Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-26996 (GCVE-0-2026-26996)
Vulnerability from cvelistv5 – Published: 2026-02-20 03:05 – Updated: 2026-02-20 15:34- CWE-1333 - Inefficient Regular Expression Complexity
| URL | Tags |
|---|---|
| https://github.com/isaacs/minimatch/security/advi… | x_refsource_CONFIRM |
| https://github.com/isaacs/minimatch/commit/2e111f… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-26996",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-02-20T15:31:36.544113Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-02-20T15:34:15.151Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "minimatch",
"vendor": "isaacs",
"versions": [
{
"status": "affected",
"version": "\u003c 10.2.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1333",
"description": "CWE-1333: Inefficient Regular Expression Complexity",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-20T03:05:21.105Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
},
{
"name": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
}
],
"source": {
"advisory": "GHSA-3ppc-4f35-3m26",
"discovery": "UNKNOWN"
},
"title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-26996",
"datePublished": "2026-02-20T03:05:21.105Z",
"dateReserved": "2026-02-17T01:41:24.607Z",
"dateUpdated": "2026-02-20T15:34:15.151Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-26996",
"date": "2026-05-31",
"epss": "0.00026",
"percentile": "0.07828"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-26996\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-02-20T03:16:01.620\",\"lastModified\":\"2026-03-06T21:32:10.650\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.\"},{\"lang\":\"es\",\"value\":\"minimatch es una utilidad de coincidencia m\u00ednima para convertir expresiones glob en objetos RegExp de JavaScript. Las versiones 10.2.0 e inferiores son vulnerables a la denegaci\u00f3n de servicio por expresi\u00f3n regular (ReDoS) cuando un patr\u00f3n glob contiene muchos comodines * consecutivos seguidos de un car\u00e1cter literal que no aparece en la cadena de prueba. Cada * se compila en un grupo de regex [^/]*? separado, y cuando la coincidencia falla, el motor de regex de V8 retrocede exponencialmente a trav\u00e9s de todas las posibles divisiones. La complejidad temporal es O(4^N) donde N es el n\u00famero de caracteres *. Con N=15, una sola llamada a minimatch() tarda ~2 segundos. Con N=34, se cuelga efectivamente para siempre. Cualquier aplicaci\u00f3n que pase cadenas controladas por el usuario a minimatch() como argumento de patr\u00f3n es vulnerable a DoS. Este problema ha sido solucionado en la versi\u00f3n 10.2.1.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":8.7,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1333\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.1.3\",\"matchCriteriaId\":\"1A598E18-C34A-43E8-82DA-95EAACBF9268\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"4.0.0\",\"versionEndExcluding\":\"4.2.4\",\"matchCriteriaId\":\"1CEB97F3-4721-4E02-93DE-805EA36638C1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"5.0.0\",\"versionEndExcluding\":\"5.1.7\",\"matchCriteriaId\":\"7167468C-B247-47A2-AF68-C06AF465B7BF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"6.0.0\",\"versionEndExcluding\":\"6.2.1\",\"matchCriteriaId\":\"686950A5-D463-4137-B84D-C49289310CE8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"7.0.0\",\"versionEndExcluding\":\"7.4.7\",\"matchCriteriaId\":\"D432BEB1-E7D8-4026-AD96-B2BB2AEB81EC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndExcluding\":\"8.0.5\",\"matchCriteriaId\":\"8B418907-81D2-4133-9F43-7EF09B1C387A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"9.0.0\",\"versionEndExcluding\":\"9.0.6\",\"matchCriteriaId\":\"F0E846CB-07F2-48A7-819F-CCA3CCF4C9C5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"10.0.0\",\"versionEndExcluding\":\"10.2.1\",\"matchCriteriaId\":\"089D3F7C-8A47-4A54-B763-0499C0D0E6BA\"}]}]}],\"references\":[{\"url\":\"https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-26996\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-02-20T15:31:36.544113Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-02-20T15:31:37.900Z\"}}], \"cna\": {\"title\": \"minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern\", \"source\": {\"advisory\": \"GHSA-3ppc-4f35-3m26\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 8.7, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"isaacs\", \"product\": \"minimatch\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 10.2.1\"}]}], \"references\": [{\"url\": \"https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26\", \"name\": \"https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5\", \"name\": \"https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1333\", \"description\": \"CWE-1333: Inefficient Regular Expression Complexity\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-02-20T03:05:21.105Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-26996\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-02-20T15:34:15.151Z\", \"dateReserved\": \"2026-02-17T01:41:24.607Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-02-20T03:05:21.105Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CERTFR-2026-AVI-0500
Vulnerability from certfr_avis - Published: 2026-04-27 - Updated: 2026-04-27
De multiples vulnérabilités ont été découvertes dans VMware Tanzu. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Greenplum Platform Extension Framework versions ant\u00e9rieures \u00e0 8.0.0",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Data Lake versions ant\u00e9rieures \u00e0 4.0.0",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-12384",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12384"
},
{
"name": "CVE-2019-17267",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17267"
},
{
"name": "CVE-2026-2229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2229"
},
{
"name": "CVE-2018-19362",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19362"
},
{
"name": "CVE-2026-33871",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33871"
},
{
"name": "CVE-2026-22737",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22737"
},
{
"name": "CVE-2026-3449",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3449"
},
{
"name": "CVE-2023-43642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43642"
},
{
"name": "CVE-2021-21409",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21409"
},
{
"name": "CVE-2026-22036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22036"
},
{
"name": "CVE-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"name": "CVE-2023-33201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33201"
},
{
"name": "CVE-2022-46175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46175"
},
{
"name": "CVE-2026-24098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24098"
},
{
"name": "CVE-2018-14719",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14719"
},
{
"name": "CVE-2026-24734",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24734"
},
{
"name": "CVE-2021-0341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0341"
},
{
"name": "CVE-2025-66614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66614"
},
{
"name": "CVE-2020-9546",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-9546"
},
{
"name": "CVE-2025-56200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-56200"
},
{
"name": "CVE-2020-10673",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10673"
},
{
"name": "CVE-2020-35728",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35728"
},
{
"name": "CVE-2020-36181",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36181"
},
{
"name": "CVE-2026-1527",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1527"
},
{
"name": "CVE-2020-9548",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-9548"
},
{
"name": "CVE-2020-36182",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36182"
},
{
"name": "CVE-2020-24616",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24616"
},
{
"name": "CVE-2026-41239",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41239"
},
{
"name": "CVE-2020-36185",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36185"
},
{
"name": "CVE-2022-37603",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37603"
},
{
"name": "CVE-2023-34610",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34610"
},
{
"name": "CVE-2024-47561",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47561"
},
{
"name": "CVE-2019-16942",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16942"
},
{
"name": "CVE-2022-25883",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25883"
},
{
"name": "CVE-2026-34486",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34486"
},
{
"name": "CVE-2026-1525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1525"
},
{
"name": "CVE-2018-1320",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1320"
},
{
"name": "CVE-2020-9547",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-9547"
},
{
"name": "CVE-2026-29145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29145"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2025-49128",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49128"
},
{
"name": "CVE-2020-36179",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36179"
},
{
"name": "CVE-2018-14718",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14718"
},
{
"name": "CVE-2020-10650",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10650"
},
{
"name": "CVE-2025-1647",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1647"
},
{
"name": "CVE-2020-36186",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36186"
},
{
"name": "CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2020-36189",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36189"
},
{
"name": "CVE-2019-20444",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20444"
},
{
"name": "CVE-2020-35490",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35490"
},
{
"name": "CVE-2023-34462",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34462"
},
{
"name": "CVE-2026-33870",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33870"
},
{
"name": "CVE-2023-34454",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34454"
},
{
"name": "CVE-2021-20190",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20190"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2020-13949",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13949"
},
{
"name": "CVE-2023-33202",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33202"
},
{
"name": "CVE-2024-13009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13009"
},
{
"name": "CVE-2023-26115",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26115"
},
{
"name": "CVE-2025-54550",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54550"
},
{
"name": "CVE-2025-54920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54920"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2019-16335",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16335"
},
{
"name": "CVE-2023-34453",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34453"
},
{
"name": "CVE-2025-33042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-33042"
},
{
"name": "CVE-2024-11831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11831"
},
{
"name": "CVE-2018-7489",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-7489"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2026-34500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34500"
},
{
"name": "CVE-2025-9624",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9624"
},
{
"name": "CVE-2026-34043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34043"
},
{
"name": "CVE-2024-26308",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2020-11113",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11113"
},
{
"name": "CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"name": "CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"name": "CVE-2026-33671",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33671"
},
{
"name": "CVE-2026-33532",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33532"
},
{
"name": "CVE-2025-68470",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68470"
},
{
"name": "CVE-2025-67721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67721"
},
{
"name": "CVE-2024-23454",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23454"
},
{
"name": "CVE-2020-10672",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10672"
},
{
"name": "CVE-2022-3510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
},
{
"name": "CVE-2022-3509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
},
{
"name": "CVE-2021-37137",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37137"
},
{
"name": "CVE-2019-14439",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14439"
},
{
"name": "CVE-2026-33750",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33750"
},
{
"name": "CVE-2025-66236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66236"
},
{
"name": "CVE-2020-10969",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10969"
},
{
"name": "CVE-2024-48910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48910"
},
{
"name": "CVE-2024-8184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8184"
},
{
"name": "CVE-2025-11143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11143"
},
{
"name": "CVE-2026-34480",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34480"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2026-33228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33228"
},
{
"name": "CVE-2025-12758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12758"
},
{
"name": "CVE-2024-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21538"
},
{
"name": "CVE-2020-36187",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36187"
},
{
"name": "CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"name": "CVE-2024-57083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57083"
},
{
"name": "CVE-2022-38749",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38749"
},
{
"name": "CVE-2024-23953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23953"
},
{
"name": "CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2023-34455",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34455"
},
{
"name": "CVE-2024-29131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29131"
},
{
"name": "CVE-2026-41240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41240"
},
{
"name": "CVE-2026-26960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26960"
},
{
"name": "CVE-2020-11620",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11620"
},
{
"name": "CVE-2024-53382",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53382"
},
{
"name": "CVE-2018-12022",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12022"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-37601",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37601"
},
{
"name": "CVE-2018-5968",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-5968"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2021-21295",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21295"
},
{
"name": "CVE-2024-45801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45801"
},
{
"name": "CVE-2020-24750",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24750"
},
{
"name": "CVE-2025-27821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27821"
},
{
"name": "CVE-2022-41404",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41404"
},
{
"name": "CVE-2023-39410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39410"
},
{
"name": "CVE-2024-25710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2026-22732",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22732"
},
{
"name": "CVE-2024-29133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29133"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2026-34487",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34487"
},
{
"name": "CVE-2025-27555",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27555"
},
{
"name": "CVE-2025-65995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65995"
},
{
"name": "CVE-2022-3517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3517"
},
{
"name": "CVE-2019-16943",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16943"
},
{
"name": "CVE-2021-43797",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43797"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2017-7525",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7525"
},
{
"name": "CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"name": "CVE-2019-20330",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20330"
},
{
"name": "CVE-2026-2950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2950"
},
{
"name": "CVE-2020-14195",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14195"
},
{
"name": "CVE-2018-10237",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10237"
},
{
"name": "CVE-2019-12814",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12814"
},
{
"name": "CVE-2020-35491",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35491"
},
{
"name": "CVE-2019-17531",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17531"
},
{
"name": "CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"name": "CVE-2023-52428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52428"
},
{
"name": "CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"name": "CVE-2020-14061",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14061"
},
{
"name": "CVE-2024-6485",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6485"
},
{
"name": "CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"name": "CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"name": "CVE-2025-68458",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68458"
},
{
"name": "CVE-2021-22569",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22569"
},
{
"name": "CVE-2020-11619",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11619"
},
{
"name": "CVE-2026-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29786"
},
{
"name": "CVE-2025-26791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26791"
},
{
"name": "CVE-2020-36183",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36183"
},
{
"name": "CVE-2026-25854",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25854"
},
{
"name": "CVE-2021-22573",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22573"
},
{
"name": "CVE-2020-8840",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8840"
},
{
"name": "CVE-2026-2332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2332"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2026-1526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1526"
},
{
"name": "CVE-2019-0205",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-0205"
},
{
"name": "CVE-2024-47875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47875"
},
{
"name": "CVE-2022-41854",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41854"
},
{
"name": "CVE-2026-33672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33672"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37890"
},
{
"name": "CVE-2020-36184",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36184"
},
{
"name": "CVE-2023-42503",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42503"
},
{
"name": "CVE-2024-56373",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56373"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2020-36180",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36180"
},
{
"name": "CVE-2024-28863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28863"
},
{
"name": "CVE-2021-31684",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31684"
},
{
"name": "CVE-2022-25857",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25857"
},
{
"name": "CVE-2022-38751",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38751"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2020-36518",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36518"
},
{
"name": "CVE-2026-22735",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22735"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2026-24733",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24733"
},
{
"name": "CVE-2022-38900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38900"
},
{
"name": "CVE-2025-68157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68157"
},
{
"name": "CVE-2017-15095",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-15095"
},
{
"name": "CVE-2019-14540",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14540"
},
{
"name": "CVE-2024-36114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36114"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2019-12086",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12086"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2022-38752",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38752"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2022-38750",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38750"
},
{
"name": "CVE-2021-21290",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21290"
},
{
"name": "CVE-2018-11307",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11307"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2020-10968",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10968"
},
{
"name": "CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"name": "CVE-2020-25649",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25649"
},
{
"name": "CVE-2025-68675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68675"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2017-17485",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-17485"
},
{
"name": "CVE-2026-34483",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34483"
},
{
"name": "CVE-2022-37599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37599"
},
{
"name": "CVE-2026-32141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32141"
},
{
"name": "CVE-2025-59419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59419"
},
{
"name": "CVE-2022-1471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1471"
},
{
"name": "CVE-2019-14379",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14379"
},
{
"name": "CVE-2023-26136",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26136"
},
{
"name": "CVE-2026-33816",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33816"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2026-25219",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25219"
},
{
"name": "CVE-2020-11112",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11112"
},
{
"name": "CVE-2020-11111",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11111"
},
{
"name": "CVE-2026-31802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31802"
},
{
"name": "CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2026-1225",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1225"
},
{
"name": "CVE-2020-14060",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14060"
},
{
"name": "CVE-2020-36188",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36188"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2024-57699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57699"
},
{
"name": "CVE-2019-14892",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14892"
},
{
"name": "CVE-2019-20445",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20445"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
},
{
"name": "CVE-2020-14062",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14062"
}
],
"initial_release_date": "2026-04-27T00:00:00",
"last_revision_date": "2026-04-27T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0500",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-04-27T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu",
"vendor_advisories": [
{
"published_at": "2026-04-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37405",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37405"
},
{
"published_at": "2026-04-24",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37404",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37404"
}
]
}
CERTFR-2026-AVI-0641
Vulnerability from certfr_avis - Published: 2026-05-22 - Updated: 2026-05-22
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | AIX | Open SDK pour Rust sur AIX versions 1.92.x sans le correctif de sécurité Fix Pack 2 | ||
| IBM | WebSphere | WebSphere Automation versions 1.1x antérieures à 1.12.1 | ||
| IBM | Db2 | Db2 versions 12.1.x antérieures à 12.1.4 sans le correctif Special Build #83501 | ||
| IBM | Db2 | Db2 Big SQL versions 7.6.x à 8.3.x antérieures à 8.3.1 patch 4 | ||
| IBM | Db2 | Db2 sur Cloud Pak for Data et Db2 Warehouse sur Cloud Pak for Data versions 4.8.x à 5.3.x antérieures à 5.3.1 | ||
| IBM | AIX | Open SDK pour Rust sur AIX versions 1.90.x sans le correctif de sécurité Fix Pack 2 | ||
| IBM | Sterling | Sterling Transformation Extender versions 11.0.1.1 et 11.0.2.0 sans le correctif de sécurité PH71227 | ||
| IBM | Db2 | Db2 versions 11.5.x antérieures à 11.5.9 sans le correctif Special Build #81937 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Open SDK pour Rust sur AIX versions 1.92.x sans le correctif de s\u00e9curit\u00e9 Fix Pack 2",
"product": {
"name": "AIX",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Automation versions 1.1x ant\u00e9rieures \u00e0 1.12.1",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions 12.1.x ant\u00e9rieures \u00e0 12.1.4 sans le correctif Special Build #83501",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Big SQL versions 7.6.x \u00e0 8.3.x ant\u00e9rieures \u00e0 8.3.1 patch 4",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 sur Cloud Pak for Data et Db2 Warehouse sur Cloud Pak for Data versions 4.8.x \u00e0 5.3.x ant\u00e9rieures \u00e0 5.3.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Open SDK pour Rust sur AIX versions 1.90.x sans le correctif de s\u00e9curit\u00e9 Fix Pack 2",
"product": {
"name": "AIX",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Transformation Extender versions 11.0.1.1 et 11.0.2.0 sans le correctif de s\u00e9curit\u00e9 PH71227",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 versions 11.5.x ant\u00e9rieures \u00e0 11.5.9 sans le correctif Special Build #81937",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2025-36353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36353"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2025-58190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58190"
},
{
"name": "CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"name": "CVE-2026-31958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31958"
},
{
"name": "CVE-2025-67726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67726"
},
{
"name": "CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"name": "CVE-2025-13867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13867"
},
{
"name": "CVE-2025-2668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2668"
},
{
"name": "CVE-2025-36427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36427"
},
{
"name": "CVE-2025-39761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39761"
},
{
"name": "CVE-2026-35611",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35611"
},
{
"name": "CVE-2024-45310",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45310"
},
{
"name": "CVE-2025-36384",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36384"
},
{
"name": "CVE-2025-36098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36098"
},
{
"name": "CVE-2025-36184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36184"
},
{
"name": "CVE-2026-2391",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2391"
},
{
"name": "CVE-2026-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22013"
},
{
"name": "CVE-2026-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22018"
},
{
"name": "CVE-2025-36247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36247"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2025-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36009"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2025-36070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36070"
},
{
"name": "CVE-2025-36428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36428"
},
{
"name": "CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"name": "CVE-2026-34282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34282"
},
{
"name": "CVE-2025-36424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36424"
},
{
"name": "CVE-2025-36387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36387"
},
{
"name": "CVE-2025-33042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-33042"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"name": "CVE-2026-27142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27142"
},
{
"name": "CVE-2026-23865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23865"
},
{
"name": "CVE-2026-33671",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33671"
},
{
"name": "CVE-2025-67721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67721"
},
{
"name": "CVE-2026-33750",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33750"
},
{
"name": "CVE-2026-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6918"
},
{
"name": "CVE-2025-47911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47911"
},
{
"name": "CVE-2026-33228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33228"
},
{
"name": "CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"name": "CVE-2026-29045",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29045"
},
{
"name": "CVE-2021-43784",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43784"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2025-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12801"
},
{
"name": "CVE-2026-1188",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1188"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2026-41681",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41681"
},
{
"name": "CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2026-41677",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41677"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-36425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36425"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-61594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61594"
},
{
"name": "CVE-2026-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22016"
},
{
"name": "CVE-2026-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22021"
},
{
"name": "CVE-2026-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22007"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"name": "CVE-2026-34268",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34268"
},
{
"name": "CVE-2026-3713",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3713"
},
{
"name": "CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2025-36001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36001"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2026-33672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33672"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-36365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36365"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2025-36442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36442"
},
{
"name": "CVE-2025-38351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38351"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2025-59059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59059"
},
{
"name": "CVE-2026-41676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41676"
},
{
"name": "CVE-2025-14689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14689"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2024-47072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47072"
},
{
"name": "CVE-2025-36366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36366"
},
{
"name": "CVE-2025-36123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36123"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2024-50301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50301"
},
{
"name": "CVE-2025-67724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67724"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2026-29087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29087"
},
{
"name": "CVE-2025-21614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21614"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2026-32141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32141"
},
{
"name": "CVE-2026-35554",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35554"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2025-36407",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36407"
},
{
"name": "CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"name": "CVE-2026-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22008"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2026-1718",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1718"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2026-24281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24281"
},
{
"name": "CVE-2026-41678",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41678"
},
{
"name": "CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
}
],
"initial_release_date": "2026-05-22T00:00:00",
"last_revision_date": "2026-05-22T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0641",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-05-22T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273152",
"url": "https://www.ibm.com/support/pages/node/7273152"
},
{
"published_at": "2026-05-18",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273312",
"url": "https://www.ibm.com/support/pages/node/7273312"
},
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273153",
"url": "https://www.ibm.com/support/pages/node/7273153"
},
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273155",
"url": "https://www.ibm.com/support/pages/node/7273155"
},
{
"published_at": "2026-05-19",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7271877",
"url": "https://www.ibm.com/support/pages/node/7271877"
},
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273156",
"url": "https://www.ibm.com/support/pages/node/7273156"
},
{
"published_at": "2026-05-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273269",
"url": "https://www.ibm.com/support/pages/node/7273269"
},
{
"published_at": "2026-05-18",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273281",
"url": "https://www.ibm.com/support/pages/node/7273281"
},
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273150",
"url": "https://www.ibm.com/support/pages/node/7273150"
},
{
"published_at": "2026-05-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273151",
"url": "https://www.ibm.com/support/pages/node/7273151"
},
{
"published_at": "2026-05-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273555",
"url": "https://www.ibm.com/support/pages/node/7273555"
}
]
}
CERTFR-2026-AVI-0667
Vulnerability from certfr_avis - Published: 2026-05-29 - Updated: 2026-05-29
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Cognos Analytics | Cognos Analytics Mobile versions antérieures à 1.1.26 | ||
| IBM | Sterling Control Center | Sterling Control Center versions 6.3.1.0 sans le correctif iFix09 | ||
| IBM | Tivoli Monitoring | Tivoli Monitoring sans le dernier correctif de sécurité | ||
| IBM | QRadar SIEM | QRadar SIEM versions 7.5.0 antérieures à 7.5.0 UP15 IF03 | ||
| IBM | Sterling Control Center | Sterling Control Center versions 6.4.2.0 sans le correctif iFix04 | ||
| IBM | QRadar Suite Software | QRadar Suite Software versions antérieures à 1.11.11.0 | ||
| IBM | N/A | Analyst Workflow versions antérieures à 3.1.0 | ||
| IBM | Cloud Pak | Cloud Pak for Security versions antérieures à 1.11.11.0 | ||
| IBM | Sterling Control Center | Sterling Control Center versions 6.4.1.0 sans le correctif iFix03 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Cognos Analytics Mobile versions ant\u00e9rieures \u00e0 1.1.26",
"product": {
"name": "Cognos Analytics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center versions 6.3.1.0 sans le correctif iFix09",
"product": {
"name": "Sterling Control Center",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Tivoli Monitoring sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "Tivoli Monitoring",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.0 ant\u00e9rieures \u00e0 7.5.0 UP15 IF03",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center versions 6.4.2.0 sans le correctif iFix04",
"product": {
"name": "Sterling Control Center",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions ant\u00e9rieures \u00e0 1.11.11.0",
"product": {
"name": "QRadar Suite Software",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Analyst Workflow versions ant\u00e9rieures \u00e0 3.1.0",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cloud Pak for Security versions ant\u00e9rieures \u00e0 1.11.11.0",
"product": {
"name": "Cloud Pak",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Control Center versions 6.4.1.0 sans le correctif iFix03",
"product": {
"name": "Sterling Control Center",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-27980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27980"
},
{
"name": "CVE-2026-35388",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35388"
},
{
"name": "CVE-2006-10003",
"url": "https://www.cve.org/CVERecord?id=CVE-2006-10003"
},
{
"name": "CVE-2026-27135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27135"
},
{
"name": "CVE-2026-41324",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41324"
},
{
"name": "CVE-2026-40466",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40466"
},
{
"name": "CVE-2026-2229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2229"
},
{
"name": "CVE-2026-35386",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35386"
},
{
"name": "CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"name": "CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"name": "CVE-2026-22036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22036"
},
{
"name": "CVE-2026-31402",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31402"
},
{
"name": "CVE-2025-53643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53643"
},
{
"name": "CVE-2025-68741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68741"
},
{
"name": "CVE-2026-33349",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33349"
},
{
"name": "CVE-2026-34982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34982"
},
{
"name": "CVE-2026-33940",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33940"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2026-40974",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40974"
},
{
"name": "CVE-2026-1527",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1527"
},
{
"name": "CVE-2026-32875",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32875"
},
{
"name": "CVE-2026-31988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31988"
},
{
"name": "CVE-2024-28102",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28102"
},
{
"name": "CVE-2026-40977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40977"
},
{
"name": "CVE-2026-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22013"
},
{
"name": "CVE-2026-28421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28421"
},
{
"name": "CVE-2026-1525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1525"
},
{
"name": "CVE-2026-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22018"
},
{
"name": "CVE-2026-31431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31431"
},
{
"name": "CVE-2025-6176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6176"
},
{
"name": "CVE-2025-11953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11953"
},
{
"name": "CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"name": "CVE-2025-59471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59471"
},
{
"name": "CVE-2026-33941",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33941"
},
{
"name": "CVE-2026-0848",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0848"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2026-33412",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33412"
},
{
"name": "CVE-2026-5121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5121"
},
{
"name": "CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"name": "CVE-2026-34282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34282"
},
{
"name": "CVE-2025-59472",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59472"
},
{
"name": "CVE-2026-2581",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2581"
},
{
"name": "CVE-2021-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23337"
},
{
"name": "CVE-2025-64718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64718"
},
{
"name": "CVE-2026-23401",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23401"
},
{
"name": "CVE-2025-40252",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40252"
},
{
"name": "CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"name": "CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"name": "CVE-2026-21860",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21860"
},
{
"name": "CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"name": "CVE-2026-0847",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0847"
},
{
"name": "CVE-2026-4424",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4424"
},
{
"name": "CVE-2025-6545",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6545"
},
{
"name": "CVE-2026-23865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23865"
},
{
"name": "CVE-2026-28417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28417"
},
{
"name": "CVE-2023-5764",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5764"
},
{
"name": "CVE-2026-5598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5598"
},
{
"name": "CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2026-2359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2359"
},
{
"name": "CVE-2026-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6918"
},
{
"name": "CVE-2026-35535",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35535"
},
{
"name": "CVE-2025-68724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68724"
},
{
"name": "CVE-2026-33939",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33939"
},
{
"name": "CVE-2026-27699",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27699"
},
{
"name": "CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"name": "CVE-2026-33228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33228"
},
{
"name": "CVE-2025-12758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12758"
},
{
"name": "CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"name": "CVE-2026-41044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41044"
},
{
"name": "CVE-2006-10002",
"url": "https://www.cve.org/CVERecord?id=CVE-2006-10002"
},
{
"name": "CVE-2026-5795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5795"
},
{
"name": "CVE-2026-40975",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40975"
},
{
"name": "CVE-2026-27942",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27942"
},
{
"name": "CVE-2024-41073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41073"
},
{
"name": "CVE-2026-26960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26960"
},
{
"name": "CVE-2025-5187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5187"
},
{
"name": "CVE-2026-4923",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4923"
},
{
"name": "CVE-2026-4867",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4867"
},
{
"name": "CVE-2024-9902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9902"
},
{
"name": "CVE-2024-8775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8775"
},
{
"name": "CVE-2026-27199",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27199"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2025-66030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66030"
},
{
"name": "CVE-2024-11079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11079"
},
{
"name": "CVE-2026-23897",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23897"
},
{
"name": "CVE-2026-35385",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35385"
},
{
"name": "CVE-2026-34601",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34601"
},
{
"name": "CVE-2026-29057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29057"
},
{
"name": "CVE-2026-32874",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32874"
},
{
"name": "CVE-2026-4519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4519"
},
{
"name": "CVE-2026-34197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34197"
},
{
"name": "CVE-2026-25128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25128"
},
{
"name": "CVE-2025-13333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13333"
},
{
"name": "CVE-2025-12635",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12635"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2025-66221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66221"
},
{
"name": "CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"name": "CVE-2026-33036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33036"
},
{
"name": "CVE-2026-35414",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35414"
},
{
"name": "CVE-2026-2950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2950"
},
{
"name": "CVE-2026-3304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3304"
},
{
"name": "CVE-2026-33916",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33916"
},
{
"name": "CVE-2026-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22016"
},
{
"name": "CVE-2026-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22021"
},
{
"name": "CVE-2026-6100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6100"
},
{
"name": "CVE-2026-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22007"
},
{
"name": "CVE-2026-34268",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34268"
},
{
"name": "CVE-2026-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29786"
},
{
"name": "CVE-2024-29371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29371"
},
{
"name": "CVE-2026-1519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1519"
},
{
"name": "CVE-2026-1528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1528"
},
{
"name": "CVE-2023-26132",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26132"
},
{
"name": "CVE-2026-1526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1526"
},
{
"name": "CVE-2026-33937",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33937"
},
{
"name": "CVE-2026-31808",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31808"
},
{
"name": "CVE-2026-27459",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27459"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2026-40973",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40973"
},
{
"name": "CVE-2026-39373",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39373"
},
{
"name": "CVE-2026-27448",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27448"
},
{
"name": "CVE-2026-8620",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8620"
},
{
"name": "CVE-2025-69277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69277"
},
{
"name": "CVE-2026-8633",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8633"
},
{
"name": "CVE-2026-26278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26278"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"name": "CVE-2025-14009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14009"
},
{
"name": "CVE-2025-7339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2026-25896",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25896"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2026-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4786"
},
{
"name": "CVE-2026-33938",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33938"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2026-32141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32141"
},
{
"name": "CVE-2026-30951",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30951"
},
{
"name": "CVE-2026-35387",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35387"
},
{
"name": "CVE-2026-24001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24001"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2026-27837",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27837"
},
{
"name": "CVE-2025-6547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6547"
},
{
"name": "CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"name": "CVE-2026-39983",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39983"
},
{
"name": "CVE-2026-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22008"
},
{
"name": "CVE-2025-14813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14813"
},
{
"name": "CVE-2026-31802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31802"
},
{
"name": "CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"name": "CVE-2025-67221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67221"
},
{
"name": "CVE-2026-4926",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4926"
},
{
"name": "CVE-2026-25547",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25547"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2026-2739",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2739"
},
{
"name": "CVE-2024-56462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56462"
},
{
"name": "CVE-2026-35213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35213"
},
{
"name": "CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"name": "CVE-2026-0846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0846"
}
],
"initial_release_date": "2026-05-29T00:00:00",
"last_revision_date": "2026-05-29T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0667",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-05-29T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Injection SQL (SQLi)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2026-05-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7274185",
"url": "https://www.ibm.com/support/pages/node/7274185"
},
{
"published_at": "2026-05-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7274154",
"url": "https://www.ibm.com/support/pages/node/7274154"
},
{
"published_at": "2026-05-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7274180",
"url": "https://www.ibm.com/support/pages/node/7274180"
},
{
"published_at": "2026-05-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7274183",
"url": "https://www.ibm.com/support/pages/node/7274183"
},
{
"published_at": "2026-05-25",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273957",
"url": "https://www.ibm.com/support/pages/node/7273957"
},
{
"published_at": "2026-05-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7274184",
"url": "https://www.ibm.com/support/pages/node/7274184"
},
{
"published_at": "2026-05-28",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7274314",
"url": "https://www.ibm.com/support/pages/node/7274314"
},
{
"published_at": "2026-05-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7274182",
"url": "https://www.ibm.com/support/pages/node/7274182"
},
{
"published_at": "2026-05-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7274181",
"url": "https://www.ibm.com/support/pages/node/7274181"
},
{
"published_at": "2026-05-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7273803",
"url": "https://www.ibm.com/support/pages/node/7273803"
},
{
"published_at": "2026-05-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7272901",
"url": "https://www.ibm.com/support/pages/node/7272901"
}
]
}
FKIE_CVE-2026-26996
Vulnerability from fkie_nvd - Published: 2026-02-20 03:16 - Updated: 2026-03-06 21:32| Vendor | Product | Version | |
|---|---|---|---|
| minimatch_project | minimatch | * | |
| minimatch_project | minimatch | * | |
| minimatch_project | minimatch | * | |
| minimatch_project | minimatch | * | |
| minimatch_project | minimatch | * | |
| minimatch_project | minimatch | * | |
| minimatch_project | minimatch | * | |
| minimatch_project | minimatch | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "1A598E18-C34A-43E8-82DA-95EAACBF9268",
"versionEndExcluding": "3.1.3",
"versionStartIncluding": "3.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "1CEB97F3-4721-4E02-93DE-805EA36638C1",
"versionEndExcluding": "4.2.4",
"versionStartIncluding": "4.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "7167468C-B247-47A2-AF68-C06AF465B7BF",
"versionEndExcluding": "5.1.7",
"versionStartIncluding": "5.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "686950A5-D463-4137-B84D-C49289310CE8",
"versionEndExcluding": "6.2.1",
"versionStartIncluding": "6.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "D432BEB1-E7D8-4026-AD96-B2BB2AEB81EC",
"versionEndExcluding": "7.4.7",
"versionStartIncluding": "7.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "8B418907-81D2-4133-9F43-7EF09B1C387A",
"versionEndExcluding": "8.0.5",
"versionStartIncluding": "8.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "F0E846CB-07F2-48A7-819F-CCA3CCF4C9C5",
"versionEndExcluding": "9.0.6",
"versionStartIncluding": "9.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:minimatch_project:minimatch:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "089D3F7C-8A47-4A54-B763-0499C0D0E6BA",
"versionEndExcluding": "10.2.1",
"versionStartIncluding": "10.0.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Versions 10.2.0 and below are vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn\u0027t appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits. The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever. Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This issue has been fixed in version 10.2.1."
},
{
"lang": "es",
"value": "minimatch es una utilidad de coincidencia m\u00ednima para convertir expresiones glob en objetos RegExp de JavaScript. Las versiones 10.2.0 e inferiores son vulnerables a la denegaci\u00f3n de servicio por expresi\u00f3n regular (ReDoS) cuando un patr\u00f3n glob contiene muchos comodines * consecutivos seguidos de un car\u00e1cter literal que no aparece en la cadena de prueba. Cada * se compila en un grupo de regex [^/]*? separado, y cuando la coincidencia falla, el motor de regex de V8 retrocede exponencialmente a trav\u00e9s de todas las posibles divisiones. La complejidad temporal es O(4^N) donde N es el n\u00famero de caracteres *. Con N=15, una sola llamada a minimatch() tarda ~2 segundos. Con N=34, se cuelga efectivamente para siempre. Cualquier aplicaci\u00f3n que pase cadenas controladas por el usuario a minimatch() como argumento de patr\u00f3n es vulnerable a DoS. Este problema ha sido solucionado en la versi\u00f3n 10.2.1."
}
],
"id": "CVE-2026-26996",
"lastModified": "2026-03-06T21:32:10.650",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-02-20T03:16:01.620",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-1333"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
GHSA-3PPC-4F35-3M26
Vulnerability from github – Published: 2026-02-18 22:38 – Updated: 2026-02-24 20:59Summary
minimatch is vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn't appear in the test string. Each * compiles to a separate [^/]*? regex group, and when the match fails, V8's regex engine backtracks exponentially across all possible splits.
The time complexity is O(4^N) where N is the number of * characters. With N=15, a single minimatch() call takes ~2 seconds. With N=34, it hangs effectively forever.
Details
Give all details on the vulnerability. Pointing to the incriminated source code is very helpful for the maintainer.
PoC
When minimatch compiles a glob pattern, each * becomes [^/]*? in the generated regex. For a pattern like ***************X***:
/^(?!\.)[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?X[^/]*?[^/]*?[^/]*?$/
When the test string doesn't contain X, the regex engine must try every possible way to distribute the characters across all the [^/]*? groups before concluding no match exists. With N groups and M characters, this is O(C(N+M, N)) — exponential.
Impact
Any application that passes user-controlled strings to minimatch() as the pattern argument is vulnerable to DoS. This includes:
- File search/filter UIs that accept glob patterns
- .gitignore-style filtering with user-defined rules
- Build tools that accept glob configuration
- Any API that exposes glob matching to untrusted input
Thanks to @ljharb for back-porting the fix to legacy versions of minimatch.
{
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "minimatch"
},
"ranges": [
{
"events": [
{
"introduced": "10.0.0"
},
{
"fixed": "10.2.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "minimatch"
},
"ranges": [
{
"events": [
{
"introduced": "9.0.0"
},
{
"fixed": "9.0.6"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "minimatch"
},
"ranges": [
{
"events": [
{
"introduced": "8.0.0"
},
{
"fixed": "8.0.5"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "minimatch"
},
"ranges": [
{
"events": [
{
"introduced": "7.0.0"
},
{
"fixed": "7.4.7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "minimatch"
},
"ranges": [
{
"events": [
{
"introduced": "6.0.0"
},
{
"fixed": "6.2.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "minimatch"
},
"ranges": [
{
"events": [
{
"introduced": "5.0.0"
},
{
"fixed": "5.1.7"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "minimatch"
},
"ranges": [
{
"events": [
{
"introduced": "4.0.0"
},
{
"fixed": "4.2.4"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "minimatch"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.1.3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-26996"
],
"database_specific": {
"cwe_ids": [
"CWE-1333"
],
"github_reviewed": true,
"github_reviewed_at": "2026-02-18T22:38:11Z",
"nvd_published_at": "2026-02-20T03:16:01Z",
"severity": "HIGH"
},
"details": "### Summary\n`minimatch` is vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive `*` wildcards followed by a literal character that doesn\u0027t appear in the test string. Each `*` compiles to a separate `[^/]*?` regex group, and when the match fails, V8\u0027s regex engine backtracks exponentially across all possible splits.\n\nThe time complexity is O(4^N) where N is the number of `*` characters. With N=15, a single `minimatch()` call takes ~2 seconds. With N=34, it hangs effectively forever.\n\n\n### Details\n_Give all details on the vulnerability. Pointing to the incriminated source code is very helpful for the maintainer._\n\n### PoC\nWhen minimatch compiles a glob pattern, each `*` becomes `[^/]*?` in the generated regex. For a pattern like `***************X***`:\n\n```\n/^(?!\\.)[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?[^/]*?X[^/]*?[^/]*?[^/]*?$/\n```\n\nWhen the test string doesn\u0027t contain `X`, the regex engine must try every possible way to distribute the characters across all the `[^/]*?` groups before concluding no match exists. With N groups and M characters, this is O(C(N+M, N)) \u2014 exponential.\n### Impact\nAny application that passes user-controlled strings to `minimatch()` as the pattern argument is vulnerable to DoS. This includes:\n- File search/filter UIs that accept glob patterns\n- `.gitignore`-style filtering with user-defined rules\n- Build tools that accept glob configuration\n- Any API that exposes glob matching to untrusted input\n\n----\n\nThanks to @ljharb for back-porting the fix to legacy versions of minimatch.",
"id": "GHSA-3ppc-4f35-3m26",
"modified": "2026-02-24T20:59:57Z",
"published": "2026-02-18T22:38:11Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"type": "WEB",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"type": "PACKAGE",
"url": "https://github.com/isaacs/minimatch"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern"
}
RHSA-2026:10184
Vulnerability from csaf_redhat - Published: 2026-04-23 14:53 - Updated: 2026-05-30 08:50A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class within the vLLM project's multimodal feature set. The load_from_url and load_from_url_async methods fetch and process media from user-provided URLs without adequate restrictions on the target hosts. This allows an attacker to coerce the vLLM server into making arbitrary requests to internal network resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in Feast, specifically in the Kubernetes materializer job. An attacker with the ability to modify specific YAML configuration files can exploit an insecure deserialization vulnerability. This allows for the instantiation of arbitrary Python objects, leading to remote code execution on the worker pod. Successful exploitation could result in cluster takeover, data poisoning, and supply-chain sabotage.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in Red Hat Openshift AI Service. The TrustyAI component is granting all service accounts and users on a cluster permissions to get, list, watch any pod in any namespace on the cluster. TrustyAI is creating a role `trustyai-service-operator-lmeval-user-role` and a CRB `trustyai-service-operator-default-lmeval-user-rolebinding` which is being applied to `system:authenticated` making it so that every single user or service account can get a list of pods running in any namespace on the cluster Additionally users can access all `persistentvolumeclaims` and `lmevaljobs`
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A code execution vector has been discovered in the python NTLK library. The _unzip_iter function in nltk/downloader.py uses zipfile.extractall() without performing path validation or security checks. This allows attackers to craft malicious zip packages that, when downloaded and extracted by NLTK, can execute arbitrary code. The vulnerability arises because NLTK assumes all downloaded packages are trusted and extracts them without validation. If a malicious package contains Python files, such as __init__.py, these files are executed automatically upon import, leading to code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_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:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_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:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_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:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_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:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
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 |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in cbor2. When a CBORDecoder instance is reused across multiple decode operations, values marked with the shareable tag (28) persist in memory. This allows an attacker-controlled message to read sensitive data from previously decoded messages if the decoder is reused across trust boundaries, leading to information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host's memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in Python-Markdown. Parsing crafted markdown content containing malformed HTML-like sequences causes html.parser.HTMLParser to raise an unhandled AssertionError. This unhandled exception allows an attacker to cause an application crash and potentially disclose sensitive information via its stack trace.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in the `nltk` component. This vulnerability, specifically within the `filestring()` function of the `nltk.util` module, allows an attacker to perform arbitrary file reads. By providing specially crafted input paths, either absolute or using directory traversal, an attacker can bypass input validation and access sensitive system files. This can be exploited both locally and remotely, particularly when the function processes user-supplied input in applications like web APIs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
A flaw was found in NLTK (Natural Language Toolkit). This vulnerability allows a remote attacker to read arbitrary files on the server due to improper sanitization of file paths in several CorpusReader classes, including WordListCorpusReader, TaggedCorpusReader, and BracketParseCorpusReader. By exploiting this path traversal vulnerability, an attacker can gain unauthorized access to sensitive information, such as system files, SSH private keys, and API tokens. In certain scenarios, this could potentially lead to remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
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 |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in google-cloud-aiplatform. This Stored Cross-Site Scripting (XSS) vulnerability allows an unauthenticated remote attacker to execute arbitrary JavaScript code within a victim's Jupyter or Colab environment. This is achieved by injecting malicious script escape sequences into model evaluation results or dataset JSON data. The primary consequence is arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in TensorFlow. This vulnerability allows a local attacker to escalate privileges and execute arbitrary code. The flaw exists within the HDF5 library's handling of plugins, which are loaded from an unsecured location. An attacker with low-privileged code execution can exploit this uncontrolled search path to achieve privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_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:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_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:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_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:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
urllib3 is an HTTP client library for Python. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this vulnerability by sending a specially crafted 1x1 pixel image to a vLLM engine serving multimodal models that use the Idefics3 vision model implementation. This leads to a tensor dimension mismatch, causing an unhandled runtime error and resulting in complete server termination, effectively a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). This vulnerability allows a remote attacker to achieve arbitrary code execution on the vLLM host during model loading. This occurs because vLLM loads Hugging Face `auto_map` dynamic modules without properly validating the `trust_remote_code` setting. By influencing the model repository or path, an attacker can execute malicious Python code at server startup, even before any API requests are handled.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in Apache ZooKeeper. The ZKTrustManager component's hostname verification process can fall back to reverse DNS (PTR) lookup when IP Subject Alternative Name (SAN) validation fails. This vulnerability allows an attacker who can control or spoof PTR records to impersonate ZooKeeper servers or clients, provided they possess a valid certificate for the PTR name. This could lead to unauthorized access or manipulation of ZooKeeper services.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in Apache ZooKeeper. Improper handling of configuration values in ZKConfig allows an attacker to expose sensitive information. This occurs when sensitive client configuration values are logged at an INFO level in the client's logfile. This vulnerability can lead to information disclosure, potentially revealing critical system details to unauthorized parties.
CWE-117 - Improper Output Neutralization for Logs| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in Python-Multipart, a tool for parsing multipart form data in Python applications. This vulnerability, known as path traversal, allows a remote attacker to write uploaded files to any location on the server's file system. This exploitation occurs when specific non-default configuration options, `UPLOAD_DIR` and `UPLOAD_KEEP_FILENAME=True`, are enabled, and a malicious filename is provided during a file upload. The primary consequence is unauthorized file creation or modification, which could lead to system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class, specifically within the load_from_url and load_from_url_async methods. An attacker can exploit differing interpretations of backslashes by Python parsing libraries used for host restrictions to bypass these restrictions. This allows the attacker to force the vLLM server to make arbitrary requests to internal network resources, potentially leading to information disclosure, denial of service, or unauthorized access within containerized environments.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in Fastify, a web framework for Node.js. A remote attacker can exploit a validation bypass vulnerability by appending a tab character followed by arbitrary content to the Content-Type header. This circumvents the request body validation schemas, allowing the server to process the body as the original content type without proper validation. This could lead to unexpected data processing and potential integrity impact.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_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:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_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:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_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:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_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:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_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:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_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:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
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 OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_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:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_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:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_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:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_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:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_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:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_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:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_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:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_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:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_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:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
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:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
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:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_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:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
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:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_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:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_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:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_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:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_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:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_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:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_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:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_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:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_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:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_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:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_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:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_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:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_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:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_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:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_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:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_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:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_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:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_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:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_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:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
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:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_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:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_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:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_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:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_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:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_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:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_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:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_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:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
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:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_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:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_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:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
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:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_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:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_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:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_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:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_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:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_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:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_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:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_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:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
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:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
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:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
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:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
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:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_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:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_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:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_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:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_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:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_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:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_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:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_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:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_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:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_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:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
| 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:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_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:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_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:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_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:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_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:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_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:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_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:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_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:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_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:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_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:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_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:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_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:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, 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-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in pypdf. A remote attacker can exploit this vulnerability by crafting a malicious PDF document. When a user processes this specially crafted PDF, it can lead to excessive memory consumption, resulting in a Denial of Service (DoS) for the affected system. This issue specifically arises when the `xfa` property of a PDF reader or writer is accessed and its corresponding stream is compressed using `/FlateDecode`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
| 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:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_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:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_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:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_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:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_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:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_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:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_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:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_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:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_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:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_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:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_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:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_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:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
A flaw was found in Koa’s ctx.hostname API used in Node.js applications. The function incorrectly parses specially crafted HTTP Host headers containing an @ character, which can cause the extracted hostname value to differ from the intended origin. An attacker can exploit this behavior by sending a malicious Host header to influence the hostname value returned by ctx.hostname. Applications that rely on this value for generating absolute URLs, password reset links, or email verification links without additional validation may be susceptible to Host header injection attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_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:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_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:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_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:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in Argo Workflows in which an attacker can leak sensitive information contained in Workflow Templates and Cluster Workflow Templates. Because the functions that retrieve template information use server permissions, no authorization is required to read templates which might contain secrets such as passwords, API keys, or other sensitive data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
A flaw was found in multipart. The parse_options_header function in multipart.py uses a regular expression with an ambiguous alternation, causing an exponential backtracking (ReDoS) when parsing a specially crafted HTTP or multipart segment headers. A web application parsing request headers or multipart/form-data streams can block request handling threads for multiple seconds per request, eventually resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in Istio. A user of Istio could be impacted if the JSON Web Key Set (JWKS) resolver becomes unavailable or fails to fetch keys. This vulnerability can lead to the exposure of hardcoded default settings, potentially bypassing authentication mechanisms and allowing unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
A flaw was found in Argo Workflows. A user with privileges to submit workflows can bypass security settings defined in a WorkflowTemplate by including a `podSpecPatch` field in their workflow submission. This allows them to circumvent restrictions, even when `templateReferencing: Strict` is configured, potentially leading to unauthorized resource access or privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
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-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A user input sanitization flaw has been discovered in the Black python code formatter. Black writes a cache file, the name of which is computed from various formatting options. The value of the --python-cell-magics option was placed in the filename without sanitization, which allowed an attacker who controls the value of this argument to write cache files to arbitrary file system locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_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:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_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:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_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:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_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:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_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:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_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:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_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:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_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:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_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:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_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:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_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:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_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:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
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-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in the Python library, SimpleEval. A remote attacker could exploit this vulnerability by providing specially crafted input that allows dangerous modules or functions to be accessed outside of the intended sandbox environment. This could lead to arbitrary code execution within the application using SimpleEval.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
A flaw was found in NLTK (Natural Language Toolkit), a suite of open-source Python modules for Natural Language Processing. The NLTK downloader does not validate `subdir` and `id` attributes when processing remote XML index files. A remote attacker can exploit this path traversal vulnerability by controlling a malicious XML index server, providing specially crafted values. This can lead to arbitrary directory creation, arbitrary file creation, and arbitrary file overwrite on the system where NLTK is used.
| 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:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_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:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in Netty. A remote attacker could exploit this vulnerability by sending specially crafted HTTP/1.1 chunked transfer encoding extension values. Due to incorrect parsing of quoted strings, this flaw enables request smuggling attacks, potentially allowing an attacker to bypass security controls or access unauthorized information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64 | — |
Workaround
|
A flaw was found in Netty. A remote user can trigger a Denial of Service (DoS) against a Netty HTTP/2 server by sending a flood of CONTINUATION frames. The server's lack of a limit on these frames, coupled with a bypass of size-based mitigations using zero-byte frames, allows an attacker to consume excessive CPU resources. This can render the server unresponsive with minimal bandwidth usage.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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.5 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:10184",
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-11157",
"url": "https://access.redhat.com/security/cve/CVE-2025-11157"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12103",
"url": "https://access.redhat.com/security/cve/CVE-2025-12103"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14009",
"url": "https://access.redhat.com/security/cve/CVE-2025-14009"
},
{
"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-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6242",
"url": "https://access.redhat.com/security/cve/CVE-2025-6242"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68131",
"url": "https://access.redhat.com/security/cve/CVE-2025-68131"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69223",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"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-2025-69534",
"url": "https://access.redhat.com/security/cve/CVE-2025-69534"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0846",
"url": "https://access.redhat.com/security/cve/CVE-2026-0846"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0847",
"url": "https://access.redhat.com/security/cve/CVE-2026-0847"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1002",
"url": "https://access.redhat.com/security/cve/CVE-2026-1002"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22773",
"url": "https://access.redhat.com/security/cve/CVE-2026-22773"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22807",
"url": "https://access.redhat.com/security/cve/CVE-2026-22807"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24281",
"url": "https://access.redhat.com/security/cve/CVE-2026-24281"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24308",
"url": "https://access.redhat.com/security/cve/CVE-2026-24308"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24486",
"url": "https://access.redhat.com/security/cve/CVE-2026-24486"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2472",
"url": "https://access.redhat.com/security/cve/CVE-2026-2472"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24779",
"url": "https://access.redhat.com/security/cve/CVE-2026-24779"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2492",
"url": "https://access.redhat.com/security/cve/CVE-2026-2492"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25223",
"url": "https://access.redhat.com/security/cve/CVE-2026-25223"
},
{
"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-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27137",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27888",
"url": "https://access.redhat.com/security/cve/CVE-2026-27888"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27959",
"url": "https://access.redhat.com/security/cve/CVE-2026-27959"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28229",
"url": "https://access.redhat.com/security/cve/CVE-2026-28229"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28356",
"url": "https://access.redhat.com/security/cve/CVE-2026-28356"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-31837",
"url": "https://access.redhat.com/security/cve/CVE-2026-31837"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-31892",
"url": "https://access.redhat.com/security/cve/CVE-2026-31892"
},
{
"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-32274",
"url": "https://access.redhat.com/security/cve/CVE-2026-32274"
},
{
"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-32640",
"url": "https://access.redhat.com/security/cve/CVE-2026-32640"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33236",
"url": "https://access.redhat.com/security/cve/CVE-2026-33236"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33870",
"url": "https://access.redhat.com/security/cve/CVE-2026-33870"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33871",
"url": "https://access.redhat.com/security/cve/CVE-2026-33871"
},
{
"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/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"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_10184.json"
}
],
"title": "Red Hat Security Advisory: RHOAI 2.25.5 - Red Hat OpenShift AI",
"tracking": {
"current_release_date": "2026-05-30T08:50:24+00:00",
"generator": {
"date": "2026-05-30T08:50:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:10184",
"initial_release_date": "2026-04-23T14:53:58+00:00",
"revision_history": [
{
"date": "2026-04-23T14:53:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-23T14:54:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-30T08:50:24+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:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3A39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776247908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"product_id": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-caikit-nlp-rhel9@sha256%3A67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776247892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"product_id": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-caikit-tgis-serving-rhel9@sha256%3A7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776247907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel9@sha256%3A95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776742021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3Affdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3Aacaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3A69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3Af9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776324811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3A7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776338381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3Af20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776247952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3A94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776318927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3Ae66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776741537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3A560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3A4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3Ab3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3Aaa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3Af3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776741620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3Ad37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776742560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-core-rhel9@sha256%3Acbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1775144403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-k8s-operator-rhel9@sha256%3Ad4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776247972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-inference-scheduler-rhel9@sha256%3Acc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776336739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-routing-sidecar-rhel9@sha256%3A99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3A49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3Ac8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3Ac9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3A2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-runtime-generic-rhel9@sha256%3Aec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776757672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3Ac6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3Aebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776743865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel9@sha256%3Aab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776743908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776742141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3Aef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243300"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3A58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776349389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3Aae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776768333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3Aa3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776767991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel9@sha256%3A703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776768939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel9@sha256%3Ad9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776767718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel9@sha256%3Aef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776756834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3Ad655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776741479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"product_id": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-openvino-model-server-rhel9@sha256%3Aebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-operator-bundle@sha256%3Af2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776774771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Ab5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776773362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3A9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776257621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3A1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776413275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256%3Af4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243239"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256%3A41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256%3A030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256%3A827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256%3Acf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3A94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3Ac08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776271296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-cuda121-torch24-py311-rhel9@sha256%3A2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-cuda124-torch25-py311-rhel9@sha256%3A6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3Aaa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776747711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-rocm62-torch24-py311-rhel9@sha256%3Adbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776272258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-rocm62-torch25-py311-rhel9@sha256%3Aec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776272253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3Abb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776748859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3A6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776308833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cuda-rhel9@sha256%3A19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-gaudi-rhel9@sha256%3Acf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"product_id": "registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-rocm-rhel9@sha256%3A3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3A93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776336652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3A5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256%3A824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256%3A1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256%3A10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256%3Ad04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256%3Ada100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776318795"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256%3Aad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256%3A0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776336534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3Af9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319275"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3Ade2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776247908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"product_id": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-caikit-nlp-rhel9@sha256%3A13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776247892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"product_id": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-caikit-tgis-serving-rhel9@sha256%3A83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776247907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel9@sha256%3Ac99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3Ad961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776742021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3Ac7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3Ae4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3Aa2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3A717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776324811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3A0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776338381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3A3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776247952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3A91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776318927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3A9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776741537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3A6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3A22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3Aaa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3A07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3A26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776741620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3A5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776742560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-core-rhel9@sha256%3A50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1775144403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-k8s-operator-rhel9@sha256%3Aea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776247972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-inference-scheduler-rhel9@sha256%3Acbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776336739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-routing-sidecar-rhel9@sha256%3A3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3A8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3A256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3A22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3Ad42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-runtime-generic-rhel9@sha256%3A0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776757672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3A6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3Ad128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776743865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel9@sha256%3A8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776743908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776742141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3Ae5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243300"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3A0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776349389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3A69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776768333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3Aa9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776767991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel9@sha256%3A5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776768939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel9@sha256%3A026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776767718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel9@sha256%3Af3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776756834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3A8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776741479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3A963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776773362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3Ae04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776257621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3Ac00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776413275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256%3A93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3A6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3A017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776271296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3A57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776747711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3Af35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776748859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3A278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776308833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cuda-rhel9@sha256%3Aa87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3A2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776336652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3A59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256%3A4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256%3A918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3Af1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319275"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3A12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776247908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3Ab425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776742021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3A72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3A0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3Ab255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776324811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3Ae5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776338381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3A58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776247952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3A2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776318927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3A8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776741537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3Ad209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3A981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3Adec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3A7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3Af2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776742560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3A1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3A71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3A0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3Ab5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-runtime-generic-rhel9@sha256%3Acc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776757672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3A446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776740366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3A836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776743865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776742141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243300"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3A94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3Ac96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776349389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3Afa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776768333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776767991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3A673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776741479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3A9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776773362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3A23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776257621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3A24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776413275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3A78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3Aca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776271296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3A24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776747711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3Af8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3Aba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776748859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3A55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776308833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cpu-rhel9@sha256%3Adf10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776259063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3A70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776336652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3Aad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3Ae9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319275"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3A025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776247908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3Af19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776742021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3A1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776247952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3Ad3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776318927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3Af49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776741537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3A5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3Ad0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3A49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3Ac4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776343111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3A57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776742560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3Affd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776742141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243300"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3A1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776349389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3A73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776768333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776767991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3A11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776741479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3A0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776773362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3A2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776257621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3A5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776413275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3Abdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3Abd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776271296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3A43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776243254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3Ac7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776748859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3A1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776308833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cpu-rhel9@sha256%3Abd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776259063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3Ac0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1776319213"
}
}
}
],
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_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:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_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:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_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:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_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:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_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:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_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:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_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:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_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:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_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:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_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:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_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:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_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:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_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:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_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:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_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:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_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:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_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:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_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:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_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:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_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:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"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:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_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:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_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:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_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:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_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:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_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:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"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:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_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:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_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-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_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:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_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:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_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:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_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:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_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:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_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:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_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:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_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:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_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:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_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:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_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:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_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:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_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:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_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-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_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:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_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:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_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:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_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:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_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:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_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:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_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:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_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:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_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:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_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:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_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:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_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:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_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:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_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:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_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:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_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:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_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:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"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:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_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:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_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:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_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:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"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:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_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:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_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:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_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:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_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:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_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:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"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:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_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:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"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:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_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:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_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:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_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:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_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:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_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:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_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:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_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:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_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:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_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:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_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-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_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:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_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:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_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:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_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:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_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:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_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:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_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:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_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-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_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:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_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:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_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:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_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:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_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:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_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:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_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:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_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:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_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:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_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:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_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:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_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:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_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:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_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:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_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:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_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:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_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:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_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:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_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:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_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:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_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:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"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:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_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:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_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:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_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:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"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:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_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:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_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:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_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:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_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:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_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:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"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:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_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:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"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:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_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:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_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:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_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:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_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:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_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:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_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:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_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:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_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:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_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:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_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:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_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:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_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-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_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:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_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:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_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:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_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:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_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:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_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:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_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:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_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:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_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:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_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:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_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:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_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:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_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:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_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:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_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:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_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:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_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:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_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-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_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:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_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:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_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:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_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:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_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:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_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:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_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:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_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:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_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:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_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:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_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:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_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:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_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:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_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:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_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:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_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-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_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:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_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:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_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:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_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:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_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:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_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:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_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:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_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:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_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:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"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:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_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:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_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:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_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:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_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:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_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:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_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:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_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:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_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:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_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:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_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:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_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:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_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:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_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:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_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:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_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:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_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:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_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:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_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:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_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:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_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-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_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:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_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:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_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:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_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:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_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:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_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:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_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:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_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:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_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:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_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-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_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:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_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:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_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:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_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:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_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:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_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:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_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:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_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:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_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:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_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:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_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:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_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:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_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:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_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:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_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:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_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:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_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:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_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:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_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:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_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:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_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:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_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:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_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:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_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:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_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:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_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-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_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:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_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:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_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:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_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:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_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:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_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:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_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:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_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-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_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:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_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:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_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:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_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:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_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:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_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:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_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:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_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:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_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:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_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:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_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:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_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:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_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:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_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:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_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:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_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:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_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:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_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:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_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:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_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:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_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:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_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:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_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:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_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:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_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:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_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:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_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:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_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:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_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:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_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:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_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:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_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-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_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:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_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:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_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:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_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:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_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:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_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-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_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:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_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:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_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:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_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:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_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:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_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:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_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:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_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:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_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:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_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-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_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:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_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:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_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:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"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:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_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:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_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:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_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:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_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:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_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:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_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:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_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:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_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-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_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:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_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:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_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:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_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:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_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:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_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:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_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:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_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:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_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:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_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:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_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:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_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-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_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:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_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-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_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:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_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:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_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:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_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:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_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:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_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:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_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:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_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:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_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:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_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:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_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:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_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:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_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:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_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:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_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:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_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:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_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:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_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:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_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:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_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:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_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:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_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:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_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:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_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-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_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:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_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:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_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:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_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:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_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:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_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:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_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:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_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:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_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:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_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:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_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:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_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:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_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:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_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:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_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:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_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:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_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:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_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:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_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:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_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-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_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:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_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-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_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:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_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:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_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:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_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:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_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:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_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:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_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:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_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-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_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:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_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:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_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:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_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:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_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:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_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:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_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:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_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:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_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:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_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:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_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:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_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:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_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:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_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:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_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:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_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-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_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:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_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-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_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:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_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-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_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:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_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-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_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:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_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:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_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:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_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:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_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:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_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:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_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:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_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:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_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:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_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:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_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:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_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:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_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:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_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:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_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:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_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:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_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:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_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:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-6242",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-06-18T15:26:47.633000+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373716"
}
],
"notes": [
{
"category": "description",
"text": "A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class within the vLLM project\u0027s multimodal feature set. The load_from_url and load_from_url_async methods fetch and process media from user-provided URLs without adequate restrictions on the target hosts. This allows an attacker to coerce the vLLM server into making arbitrary requests to internal network resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: Server Side request forgery (SSRF) in MediaConnector",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated as having the severity of Important by the Red Hat Product Security team as a successful exploitation by an attacker may lead to confidential data being leaked or a denial of service. Additionally the fact a unprivileged user can trigger this vulnerability through the network also contributes for the severity.\n\nThis vulnerability has its risk amplified on orchestrated environments as pods running the vLLM may eventually communicate with each other through internal cluster routing, including services that should not have been exposed to external networks. An attacker may leverage this flaw to interact with internal services, perform network reconnaissance or trigger a denial of service by leading other internal services to fail.",
"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:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6242"
},
{
"category": "external",
"summary": "RHBZ#2373716",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373716"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6242"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6242",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6242"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-3f6c-7fw2-ppm4",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-3f6c-7fw2-ppm4"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: Server Side request forgery (SSRF) in MediaConnector"
},
{
"cve": "CVE-2025-11157",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-01-01T08:00:48.932809+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2426574"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Feast, specifically in the Kubernetes materializer job. An attacker with the ability to modify specific YAML configuration files can exploit an insecure deserialization vulnerability. This allows for the instantiation of arbitrary Python objects, leading to remote code execution on the worker pod. Successful exploitation could result in cluster takeover, data poisoning, and supply-chain sabotage.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "feast: Feast: Remote Code Execution via insecure YAML deserialization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat OpenShift AI because an attacker with low privileges and local access to the worker pod can modify specific YAML configuration files. This insecure deserialization allows for remote code execution, potentially leading to cluster takeover, data poisoning, and supply-chain sabotage. This affects Red Hat OpenShift AI versions 2.22, 2.25, and 3.0.",
"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-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-11157"
},
{
"category": "external",
"summary": "RHBZ#2426574",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2426574"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-11157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11157"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-11157",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-11157"
},
{
"category": "external",
"summary": "https://github.com/feast-dev/feast/commit/b2e37ff37953b68ae833f6874ab5bc510a4ca5fb",
"url": "https://github.com/feast-dev/feast/commit/b2e37ff37953b68ae833f6874ab5bc510a4ca5fb"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/46d4d585-b968-4a76-80ce-872bc5525564",
"url": "https://huntr.com/bounties/46d4d585-b968-4a76-80ce-872bc5525564"
}
],
"release_date": "2026-01-01T07:03:57.277000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"category": "workaround",
"details": "Implement strict access controls and least privilege principles for the Feast Kubernetes materializer job. Ensure that only authorized users and processes have write access to the `/var/feast/feature_store.yaml` and `/var/feast/materialization_config.yaml` files on the worker pods. This can be achieved through Kubernetes Role-Based Access Control (RBAC) policies and appropriate OpenShift security context constraints to limit file system access.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "feast: Feast: Remote Code Execution via insecure YAML deserialization"
},
{
"cve": "CVE-2025-12103",
"cwe": {
"id": "CWE-266",
"name": "Incorrect Privilege Assignment"
},
"discovery_date": "2025-10-23T02:53:02.820000+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2405966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Red Hat Openshift AI Service. The TrustyAI component is granting all service accounts and users on a cluster permissions to get, list, watch any pod in any namespace on the cluster.\n\nTrustyAI is creating a role `trustyai-service-operator-lmeval-user-role` and a CRB `trustyai-service-operator-default-lmeval-user-rolebinding` which is being applied to `system:authenticated` making it so that every single user or service account can get a list of pods running in any namespace on the cluster \n\nAdditionally users can access all `persistentvolumeclaims` and `lmevaljobs`",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openshift-ai: Trusty AI Grants All Authenticated users to list pods in any namespace",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as Moderate as the information available the limitation is limited to PVC and Pods.",
"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-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12103"
},
{
"category": "external",
"summary": "RHBZ#2405966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2405966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12103"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12103",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12103"
}
],
"release_date": "2025-10-28T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openshift-ai: Trusty AI Grants All Authenticated users to list pods in any namespace"
},
{
"cve": "CVE-2025-14009",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-02-18T19:03:28.564667+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2440724"
}
],
"notes": [
{
"category": "description",
"text": "A code execution vector has been discovered in the python NTLK library. The _unzip_iter function in nltk/downloader.py uses zipfile.extractall() without performing path validation or security checks. This allows attackers to craft malicious zip packages that, when downloaded and extracted by NLTK, can execute arbitrary code. The vulnerability arises because NLTK assumes all downloaded packages are trusted and extracts them without validation. If a malicious package contains Python files, such as __init__.py, these files are executed automatically upon import, leading to code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nltk: Zip Slip Vulnerability in nltk Leading to Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The risk of this flaw to Red Hat products is mitigated by the default requirement that users authenticate before interacting with a system. This reduces the impact to Important. Red Hat products utilizing NLTK are only affected if they are configured to process untrustsed zip archives.",
"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-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14009"
},
{
"category": "external",
"summary": "RHBZ#2440724",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2440724"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14009"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14009",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14009"
},
{
"category": "external",
"summary": "https://github.com/nltk/nltk/pull/3468",
"url": "https://github.com/nltk/nltk/pull/3468"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/49ecbc02-054e-4470-b2e0-b267936cc4e4",
"url": "https://huntr.com/bounties/49ecbc02-054e-4470-b2e0-b267936cc4e4"
}
],
"release_date": "2026-02-18T17:45:17.573000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nltk: Zip Slip Vulnerability in nltk Leading to Code Execution"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"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-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"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": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"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-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
}
],
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"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-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
}
],
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed 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-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-68131",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2025-12-31T02:00:55.240416+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2426395"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cbor2. When a CBORDecoder instance is reused across multiple decode operations, values marked with the shareable tag (28) persist in memory. This allows an attacker-controlled message to read sensitive data from previously decoded messages if the decoder is reused across trust boundaries, leading to information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cbor2: cbor2: Information Disclosure via shared memory in CBORDecoder reuse",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. The flaw in cbor2 allows information disclosure if a CBORDecoder instance is reused across trust boundaries. This could lead to an attacker-controlled message reading sensitive data from previously decoded messages. This affects Red Hat AI Inference Server, Red Hat Enterprise Linux AI, and Red Hat OpenShift AI when processing untrusted CBOR data with a reused decoder.",
"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:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68131"
},
{
"category": "external",
"summary": "RHBZ#2426395",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2426395"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68131"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68131",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68131"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/pull/268",
"url": "https://github.com/agronholm/cbor2/pull/268"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/security/advisories/GHSA-wcj4-jw5j-44wh",
"url": "https://github.com/agronholm/cbor2/security/advisories/GHSA-wcj4-jw5j-44wh"
}
],
"release_date": "2025-12-31T01:15:36.827000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications utilizing the `cbor2` library should avoid reusing `CBORDecoder` instances when processing data from different trust levels. If `CBORDecoder` reuse is unavoidable, ensure that sensitive data is not processed by a decoder instance that will subsequently handle untrusted input. This operational control prevents an attacker from accessing prior decoded information.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cbor2: cbor2: Information Disclosure via shared memory in CBORDecoder reuse"
},
{
"cve": "CVE-2025-69223",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T20:01:19.831548+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427456"
}
],
"notes": [
{
"category": "description",
"text": "A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host\u0027s memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb",
"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:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "RHBZ#2427456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a",
"url": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg"
}
],
"release_date": "2026-01-05T22:00:17.715000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: aiohttp: Denial of Service via memory exhaustion from crafted POST request"
},
{
"cve": "CVE-2025-69534",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2026-03-05T16:01:10.432461+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444839"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python-Markdown. Parsing crafted markdown content containing malformed HTML-like sequences causes html.parser.HTMLParser to raise an unhandled AssertionError. This unhandled exception allows an attacker to cause an application crash and potentially disclose sensitive information via its stack trace.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-markdown: denial of service via malformed HTML-like sequences",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a specially crafted payload to be processed by an application using Python-Markdown. Additionally, the security impact of this vulnerability is limited to an information disclosure via the unhandled exception stack trace and a denial of service. There is no memory corruption or arbitrary command execution. Due to these reasons, this issue 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-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69534"
},
{
"category": "external",
"summary": "RHBZ#2444839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444839"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69534"
},
{
"category": "external",
"summary": "https://github.com/Python-Markdown/markdown",
"url": "https://github.com/Python-Markdown/markdown"
},
{
"category": "external",
"summary": "https://github.com/Python-Markdown/markdown/actions/runs/15736122892",
"url": "https://github.com/Python-Markdown/markdown/actions/runs/15736122892"
},
{
"category": "external",
"summary": "https://github.com/Python-Markdown/markdown/issues/1534",
"url": "https://github.com/Python-Markdown/markdown/issues/1534"
}
],
"release_date": "2026-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, wrap your markdown parsing function in a try/except block. This catches the unhandled exception, preventing both the application crash and the stack trace leak.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-markdown: denial of service via malformed HTML-like sequences"
},
{
"cve": "CVE-2026-0846",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-09T20:01:29.643462+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445826"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `nltk` component. This vulnerability, specifically within the `filestring()` function of the `nltk.util` module, allows an attacker to perform arbitrary file reads. By providing specially crafted input paths, either absolute or using directory traversal, an attacker can bypass input validation and access sensitive system files. This can be exploited both locally and remotely, particularly when the function processes user-supplied input in applications like web APIs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nltk: NLTK: Arbitrary file read via improper path validation in `filestring()` function",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in NLTK allows arbitrary file reads through the `nltk.util.filestring()` function. Exploitation requires no authentication and is network-accessible when the function is exposed to untrusted input. Impact is high confidentiality loss as sensitive files like credentials and configuration can be read. Red Hat products using NLTK with exposed file input handling are affected.",
"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-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0846"
},
{
"category": "external",
"summary": "RHBZ#2445826",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445826"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0846"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0846",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0846"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/007b84f8-418e-4300-99d0-bf504c2f97eb",
"url": "https://huntr.com/bounties/007b84f8-418e-4300-99d0-bf504c2f97eb"
}
],
"release_date": "2026-03-09T19:19:09.464000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
}
],
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nltk: NLTK: Arbitrary file read via improper path validation in `filestring()` function"
},
{
"cve": "CVE-2026-0847",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-04T19:01:01.620664+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444608"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in NLTK (Natural Language Toolkit). This vulnerability allows a remote attacker to read arbitrary files on the server due to improper sanitization of file paths in several CorpusReader classes, including WordListCorpusReader, TaggedCorpusReader, and BracketParseCorpusReader. By exploiting this path traversal vulnerability, an attacker can gain unauthorized access to sensitive information, such as system files, SSH private keys, and API tokens. In certain scenarios, this could potentially lead to remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nltk: NLTK: Arbitrary file read via path traversal vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT path traversal vulnerability affects multiple CorpusReader classes in NLTK versions through 3.9.2. Exploitation is network-accessible and requires no authentication when user-controlled file inputs are processed by applications. Impact is high confidentiality loss through unauthorized access to sensitive system files. Red Hat products using NLTK to handle untrusted file inputs are affected.",
"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-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0847"
},
{
"category": "external",
"summary": "RHBZ#2444608",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444608"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0847",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0847"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0847",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0847"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/fc69914f-36a9-4c18-8503-10013b39f966",
"url": "https://huntr.com/bounties/fc69914f-36a9-4c18-8503-10013b39f966"
}
],
"release_date": "2026-03-04T18:25:30.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
}
],
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nltk: NLTK: Arbitrary file read via path traversal vulnerability"
},
{
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"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": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"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-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"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-2472",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-02-20T20:03:43.567562+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441472"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in google-cloud-aiplatform. This Stored Cross-Site Scripting (XSS) vulnerability allows an unauthenticated remote attacker to execute arbitrary JavaScript code within a victim\u0027s Jupyter or Colab environment. This is achieved by injecting malicious script escape sequences into model evaluation results or dataset JSON data. The primary consequence is arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google-cloud-aiplatform: google-cloud-aiplatform: Arbitrary code execution via Stored Cross-Site Scripting (XSS)",
"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-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2472"
},
{
"category": "external",
"summary": "RHBZ#2441472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441472"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2472",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2472"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2472",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2472"
},
{
"category": "external",
"summary": "https://docs.cloud.google.com/support/bulletins#gcp-2026-011",
"url": "https://docs.cloud.google.com/support/bulletins#gcp-2026-011"
}
],
"release_date": "2026-02-20T19:29:12.162000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google-cloud-aiplatform: google-cloud-aiplatform: Arbitrary code execution via Stored Cross-Site Scripting (XSS)"
},
{
"cve": "CVE-2026-2492",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2026-02-20T23:01:06.860908+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441510"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in TensorFlow. This vulnerability allows a local attacker to escalate privileges and execute arbitrary code. The flaw exists within the HDF5 library\u0027s handling of plugins, which are loaded from an unsecured location. An attacker with low-privileged code execution can exploit this uncontrolled search path to achieve privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tensorflow: TensorFlow: Local privilege escalation via uncontrolled search path for plugins",
"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-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2492"
},
{
"category": "external",
"summary": "RHBZ#2441510",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441510"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2492"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2492",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2492"
},
{
"category": "external",
"summary": "https://github.com/tensorflow/tensorflow/commit/46e7f7fb144fd11cf6d17c23dd47620328d77082",
"url": "https://github.com/tensorflow/tensorflow/commit/46e7f7fb144fd11cf6d17c23dd47620328d77082"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-26-116/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-26-116/"
}
],
"release_date": "2026-02-20T22:22:54.392000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tensorflow: TensorFlow: Local privilege escalation via uncontrolled search path for plugins"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"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-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
}
],
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-22773",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-10T07:01:22.641229+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428443"
}
],
"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 vulnerability by sending a specially crafted 1x1 pixel image to a vLLM engine serving multimodal models that use the Idefics3 vision model implementation. This leads to a tensor dimension mismatch, causing an unhandled runtime error and resulting in complete server termination, effectively a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Denial of Service via specially crafted image in multimodal model serving",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. A remote attacker can trigger a denial of service in vLLM engines serving multimodal models that use the Idefics3 vision model by sending a specially crafted image, leading to complete server termination. This affects Red Hat AI Inference Server and Red Hat OpenShift AI (RHOAI) when configured with the vulnerable vLLM versions.",
"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:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22773"
},
{
"category": "external",
"summary": "RHBZ#2428443",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428443"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22773",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22773"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22773",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22773"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-grg2-63fw-f2qr",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-grg2-63fw-f2qr"
}
],
"release_date": "2026-01-10T06:39:02.276000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM: Denial of Service via specially crafted image in multimodal model serving"
},
{
"cve": "CVE-2026-22807",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-01-21T22:00:55.823882+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431865"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). This vulnerability allows a remote attacker to achieve arbitrary code execution on the vLLM host during model loading. This occurs because vLLM loads Hugging Face `auto_map` dynamic modules without properly validating the `trust_remote_code` setting. By influencing the model repository or path, an attacker can execute malicious Python code at server startup, even before any API requests are handled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Arbitrary code execution via untrusted model loading",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as vLLM, an inference and serving engine for large language models, is vulnerable to arbitrary code execution. An attacker influencing the model repository or path can execute malicious Python code during server startup, affecting vLLM versions 0.10.1 through 0.13.x.",
"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:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22807"
},
{
"category": "external",
"summary": "RHBZ#2431865",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431865"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22807",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22807"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22807",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22807"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/78d13ea9de4b1ce5e4d8a5af9738fea71fb024e5",
"url": "https://github.com/vllm-project/vllm/commit/78d13ea9de4b1ce5e4d8a5af9738fea71fb024e5"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32194",
"url": "https://github.com/vllm-project/vllm/pull/32194"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/releases/tag/v0.14.0",
"url": "https://github.com/vllm-project/vllm/releases/tag/v0.14.0"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-2pc9-4j83-qjmr",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-2pc9-4j83-qjmr"
}
],
"release_date": "2026-01-21T21:13:11.894000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that vLLM instances are configured to load models only from trusted and verified repositories. Restrict access to the model repository path to prevent unauthorized modification or introduction of malicious code. Implement strict access controls and integrity checks for all model sources.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vLLM: vLLM: Arbitrary code execution via untrusted model loading"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"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:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-24281",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-03-07T09:00:57.868082+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445449"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache ZooKeeper. The ZKTrustManager component\u0027s hostname verification process can fall back to reverse DNS (PTR) lookup when IP Subject Alternative Name (SAN) validation fails. This vulnerability allows an attacker who can control or spoof PTR records to impersonate ZooKeeper servers or clients, provided they possess a valid certificate for the PTR name. This could lead to unauthorized access or manipulation of ZooKeeper services.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Apache ZooKeeper: Apache ZooKeeper: Impersonation of servers or clients via reverse DNS spoofing",
"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-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24281"
},
{
"category": "external",
"summary": "RHBZ#2445449",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445449"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24281"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/088ddsbrzhd5lxzbqf5n24yg0mwh9jt2",
"url": "https://lists.apache.org/thread/088ddsbrzhd5lxzbqf5n24yg0mwh9jt2"
}
],
"release_date": "2026-03-07T08:50:32.525000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable reverse DNS lookup in Apache ZooKeeper\u0027s client and quorum protocols. This can be achieved by configuring the `zookeeper.ssl.hostnameVerification.disableReverseDns` property to `true`. This configuration option is available in Apache ZooKeeper versions 3.8.6 and 3.9.5 and later. A restart of the ZooKeeper service will be required for the change to take effect.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Apache ZooKeeper: Apache ZooKeeper: Impersonation of servers or clients via reverse DNS spoofing"
},
{
"cve": "CVE-2026-24308",
"cwe": {
"id": "CWE-117",
"name": "Improper Output Neutralization for Logs"
},
"discovery_date": "2026-03-07T09:01:03.859129+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445451"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache ZooKeeper. Improper handling of configuration values in ZKConfig allows an attacker to expose sensitive information. This occurs when sensitive client configuration values are logged at an INFO level in the client\u0027s logfile. This vulnerability can lead to information disclosure, potentially revealing critical system details to unauthorized parties.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Apache ZooKeeper: Apache ZooKeeper: Information disclosure via improper handling of configuration values",
"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-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24308"
},
{
"category": "external",
"summary": "RHBZ#2445451",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445451"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24308",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24308"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24308",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24308"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/qng3rtzv2pqkmko4rhv85jfplkyrgqdr",
"url": "https://lists.apache.org/thread/qng3rtzv2pqkmko4rhv85jfplkyrgqdr"
}
],
"release_date": "2026-03-07T08:51:17.567000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Apache ZooKeeper: Apache ZooKeeper: Information disclosure via improper handling of configuration values"
},
{
"cve": "CVE-2026-24486",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-27T01:00:58.032530+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python-Multipart, a tool for parsing multipart form data in Python applications. This vulnerability, known as path traversal, allows a remote attacker to write uploaded files to any location on the server\u0027s file system. This exploitation occurs when specific non-default configuration options, `UPLOAD_DIR` and `UPLOAD_KEEP_FILENAME=True`, are enabled, and a malicious filename is provided during a file upload. The primary consequence is unauthorized file creation or modification, which could lead to system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-multipart: Python-Multipart: Arbitrary file write via path traversal vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24486"
},
{
"category": "external",
"summary": "RHBZ#2433132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24486",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24486"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24486",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24486"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/commit/9433f4bbc9652bdde82bbe380984e32f8cfc89c4",
"url": "https://github.com/Kludex/python-multipart/commit/9433f4bbc9652bdde82bbe380984e32f8cfc89c4"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/releases/tag/0.0.22",
"url": "https://github.com/Kludex/python-multipart/releases/tag/0.0.22"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-wp53-j4wj-2cfg",
"url": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-wp53-j4wj-2cfg"
}
],
"release_date": "2026-01-27T00:34:06.229000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, avoid enabling the `UPLOAD_KEEP_FILENAME=True` configuration option in applications using `python-multipart`. This option, when used with `UPLOAD_DIR`, allows an attacker to write files to arbitrary locations. Disabling or not configuring `UPLOAD_KEEP_FILENAME=True` prevents the path traversal vulnerability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.6,
"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:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-multipart: Python-Multipart: Arbitrary file write via path traversal vulnerability"
},
{
"cve": "CVE-2026-24779",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-01-27T23:00:53.998772+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433624"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class, specifically within the load_from_url and load_from_url_async methods. An attacker can exploit differing interpretations of backslashes by Python parsing libraries used for host restrictions to bypass these restrictions. This allows the attacker to force the vLLM server to make arbitrary requests to internal network resources, potentially leading to information disclosure, denial of service, or unauthorized access within containerized environments.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Server-Side Request Forgery allows internal network access",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT Server-Side Request Forgery (SSRF) vulnerability in vLLM\u0027s `MediaConnector` allows an attacker to bypass host restrictions when processing user-provided URLs. This enables the vLLM server to be coerced into making arbitrary requests to internal network resources. This is critical in containerized deployments, including Red Hat AI Inference Server, Red Hat Enterprise Linux AI, and Red Hat OpenShift AI, where it could facilitate internal network reconnaissance and unauthorized access to other services.",
"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:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24779"
},
{
"category": "external",
"summary": "RHBZ#2433624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24779",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24779"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24779",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24779"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/f46d576c54fb8aeec5fc70560e850bed38ef17d7",
"url": "https://github.com/vllm-project/vllm/commit/f46d576c54fb8aeec5fc70560e850bed38ef17d7"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32746",
"url": "https://github.com/vllm-project/vllm/pull/32746"
},
{
"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"
}
],
"release_date": "2026-01-27T22:01:13.808000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict network access to the vLLM service to only trusted clients. Implement strict network segmentation for vLLM pods in containerized environments to limit potential lateral movement. Ensure that vLLM instances are not exposed to untrusted external networks without proper access controls and input validation at the perimeter.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vLLM: vLLM: Server-Side Request Forgery allows internal network access"
},
{
"cve": "CVE-2026-25223",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2026-02-03T22:01:19.884891+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436560"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fastify, a web framework for Node.js. A remote attacker can exploit a validation bypass vulnerability by appending a tab character followed by arbitrary content to the Content-Type header. This circumvents the request body validation schemas, allowing the server to process the body as the original content type without proper validation. This could lead to unexpected data processing and potential integrity impact.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Fastify: Fastify: Validation bypass due to malformed Content-Type header leading to integrity impact",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Fastify, a Node.js web framework, allows remote attackers to bypass request body validation by manipulating the Content-Type header. This can lead to unexpected data processing and integrity issues in applications. Red Hat products such as Red Hat Enterprise Linux AI, Red Hat OpenShift AI, and Red Hat OpenShift Dev Spaces are affected.",
"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:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25223"
},
{
"category": "external",
"summary": "RHBZ#2436560",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436560"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25223",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25223"
},
{
"category": "external",
"summary": "https://fastify.dev/docs/latest/Reference/Validation-and-Serialization",
"url": "https://fastify.dev/docs/latest/Reference/Validation-and-Serialization"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/content-type-parser.js#L125",
"url": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/content-type-parser.js#L125"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/validation.js#L272",
"url": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/validation.js#L272"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/commit/32d7b6add39ddf082d92579a58bea7018c5ac821",
"url": "https://github.com/fastify/fastify/commit/32d7b6add39ddf082d92579a58bea7018c5ac821"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/security/advisories/GHSA-jx2c-rxcm-jvmq",
"url": "https://github.com/fastify/fastify/security/advisories/GHSA-jx2c-rxcm-jvmq"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3464114",
"url": "https://hackerone.com/reports/3464114"
}
],
"release_date": "2026-02-03T21:21:40.268000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Fastify: Fastify: Validation bypass due to malformed Content-Type header leading to integrity impact"
},
{
"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 OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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 OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"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 OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"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 OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"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-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"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:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"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-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27137",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-03-06T22:01:38.859733+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445345"
}
],
"notes": [
{
"category": "description",
"text": "A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509",
"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:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "RHBZ#2445345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445345"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://go.dev/cl/752182",
"url": "https://go.dev/cl/752182"
},
{
"category": "external",
"summary": "https://go.dev/issue/77952",
"url": "https://go.dev/issue/77952"
},
{
"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-4599",
"url": "https://pkg.go.dev/vuln/GO-2026-4599"
}
],
"release_date": "2026-03-06T21:28:13.748000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate impact.",
"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-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27888",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-02-26T01:01:24.460651+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442899"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. A remote attacker can exploit this vulnerability by crafting a malicious PDF document. When a user processes this specially crafted PDF, it can lead to excessive memory consumption, resulting in a Denial of Service (DoS) for the affected system. This issue specifically arises when the `xfa` property of a PDF reader or writer is accessed and its corresponding stream is compressed using `/FlateDecode`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: pypdf: Denial of Service via crafted PDF",
"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-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27888"
},
{
"category": "external",
"summary": "RHBZ#2442899",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442899"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27888",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27888"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27888",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27888"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/7a4c8246ed48d9d328fb596942271da47b6d109c",
"url": "https://github.com/py-pdf/pypdf/commit/7a4c8246ed48d9d328fb596942271da47b6d109c"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/pull/3658",
"url": "https://github.com/py-pdf/pypdf/pull/3658"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/releases/tag/6.7.3",
"url": "https://github.com/py-pdf/pypdf/releases/tag/6.7.3"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-x7hp-r3qg-r3cj",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-x7hp-r3qg-r3cj"
}
],
"release_date": "2026-02-26T00:42:00.542000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
}
],
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: pypdf: Denial of Service via crafted PDF"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-27959",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2026-02-26T03:01:14.695334+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442928"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Koa\u2019s ctx.hostname API used in Node.js applications. The function incorrectly parses specially crafted HTTP Host headers containing an @ character, which can cause the extracted hostname value to differ from the intended origin. An attacker can exploit this behavior by sending a malicious Host header to influence the hostname value returned by ctx.hostname. Applications that rely on this value for generating absolute URLs, password reset links, or email verification links without additional validation may be susceptible to Host header injection attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "koa: Koa: Host header injection vulnerability due to malformed HTTP Host header parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security considers this issue as High severity. \n\nA remote, unauthenticated attacker can send a specially crafted HTTP Host header containing a valid RFC 3986 userinfo component (using the @ delimiter). Due to improper parsing of the authority field in the ctx.hostname API, the application may treat attacker-controlled input as the hostname value. Exploitation occurs when the server processes the malicious request and does not require user interaction (UI:N).\n\nApplications that rely on ctx.hostname to construct absolute URLs, such as: password reset links, email verification links, OAuth redirect URIs, or webhook endpoints, may generate security sensitive URLs that reference an attacker controlled domain. This can result in integrity violations, including manipulation of authentication flows or account takeover scenarios. Integrity impact is therefore rated High.\n\nConfidentiality impact is considered Low because disclosure of sensitive data depends on application-specific usage patterns. The vulnerability does not automatically expose information from the server. However, if an affected application uses the manipulated hostname value to generate security-sensitive links such as password reset or email verification URLs and embeds tokens in those links without additional validation, a victim who later follows such a link may inadvertently disclose those tokens to an attacker controlled domain. Such disclosure is conditional, application-dependent like how the application constructs URLs. Also, the subsequent user interaction beyond the initial exploitation, the confidentiality impact is assessed as Low (C:L).",
"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:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27959"
},
{
"category": "external",
"summary": "RHBZ#2442928",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442928"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27959",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27959"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27959",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27959"
},
{
"category": "external",
"summary": "https://github.com/koajs/koa/commit/55ab9bab044ead4e82c70a30a4f9dc0fc9c1b6df",
"url": "https://github.com/koajs/koa/commit/55ab9bab044ead4e82c70a30a4f9dc0fc9c1b6df"
},
{
"category": "external",
"summary": "https://github.com/koajs/koa/commit/b76ddc01fdb703e51652b0fd131d16394cadcfeb",
"url": "https://github.com/koajs/koa/commit/b76ddc01fdb703e51652b0fd131d16394cadcfeb"
},
{
"category": "external",
"summary": "https://github.com/koajs/koa/security/advisories/GHSA-7gcc-r8m5-44qm",
"url": "https://github.com/koajs/koa/security/advisories/GHSA-7gcc-r8m5-44qm"
}
],
"release_date": "2026-02-26T01:45:45.668000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"category": "workaround",
"details": "Red Hat is not aware of a practical temporary workaround that fully mitigates this issue or meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability. Customers are advised to apply the relevant security updates once they become available.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "koa: Koa: Host header injection vulnerability due to malformed HTTP Host header parsing"
},
{
"cve": "CVE-2026-28229",
"cwe": {
"id": "CWE-306",
"name": "Missing Authentication for Critical Function"
},
"discovery_date": "2026-03-11T16:01:02.960777+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446549"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Argo Workflows in which an attacker can leak sensitive information contained in Workflow Templates and Cluster Workflow Templates. Because the functions that retrieve template information use server permissions, no authorization is required to read templates which might contain secrets such as passwords, API keys, or other sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "argo-workflows: Argo Workflows has unauthorized access to Argo Workflows Template",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An Important flaw was found in Argo Workflows, as used in Red Hat OpenShift AI. This vulnerability allows an attacker to gain unauthorized access to Workflow Templates and Cluster Workflow Templates due to insufficient authorization checks. This could lead to the disclosure of sensitive information, including embedded secrets like passwords and API keys.",
"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-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28229"
},
{
"category": "external",
"summary": "RHBZ#2446549",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446549"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28229"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28229",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28229"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-56px-hm34-xqj5",
"url": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-56px-hm34-xqj5"
}
],
"release_date": "2026-03-11T15:37:47.338000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
}
],
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "argo-workflows: Argo Workflows has unauthorized access to Argo Workflows Template"
},
{
"cve": "CVE-2026-28356",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-03-12T18:01:57.290176+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447059"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in multipart. The parse_options_header function in multipart.py uses a regular expression with an ambiguous alternation, causing an exponential backtracking (ReDoS) when parsing a specially crafted HTTP or multipart segment headers. A web application parsing request headers or multipart/form-data streams can block request handling threads for multiple seconds per request, eventually resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "multipart: denial of service via maliciously crafted HTTP or multipart segment headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable in applications using the multipart.parse_form_data function directly or indirectly when parsing request headers or multipart/form-data streams. Also, the security impact of this flaw is limited to a denial of service, there is no corruption of memory or arbitrary code execution. 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 OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28356"
},
{
"category": "external",
"summary": "RHBZ#2447059",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447059"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28356",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28356"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28356",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28356"
},
{
"category": "external",
"summary": "https://github.com/defnull/multipart/security/advisories/GHSA-p2m9-wcp5-6qw3",
"url": "https://github.com/defnull/multipart/security/advisories/GHSA-p2m9-wcp5-6qw3"
}
],
"release_date": "2026-03-12T16:45:01.070000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "multipart: denial of service via maliciously crafted HTTP or multipart segment headers"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"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-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-31837",
"cwe": {
"id": "CWE-1392",
"name": "Use of Default Credentials"
},
"discovery_date": "2026-03-10T23:02:58.238399+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446344"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Istio. A user of Istio could be impacted if the JSON Web Key Set (JWKS) resolver becomes unavailable or fails to fetch keys. This vulnerability can lead to the exposure of hardcoded default settings, potentially bypassing authentication mechanisms and allowing unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "istio: Istio: Information disclosure and authentication bypass via JWKS resolver unavailability",
"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-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31837"
},
{
"category": "external",
"summary": "RHBZ#2446344",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446344"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31837",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31837"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31837",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31837"
},
{
"category": "external",
"summary": "https://github.com/istio/istio/security/advisories/GHSA-v75c-crr9-733c",
"url": "https://github.com/istio/istio/security/advisories/GHSA-v75c-crr9-733c"
}
],
"release_date": "2026-03-10T21:57:44.387000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
}
],
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "istio: Istio: Information disclosure and authentication bypass via JWKS resolver unavailability"
},
{
"cve": "CVE-2026-31892",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-03-11T16:01:11.139923+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446551"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Argo Workflows. A user with privileges to submit workflows can bypass security settings defined in a WorkflowTemplate by including a `podSpecPatch` field in their workflow submission. This allows them to circumvent restrictions, even when `templateReferencing: Strict` is configured, potentially leading to unauthorized resource access or privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-workflows: Argo Workflows: Security bypass allows privilege escalation via podSpecPatch field",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability affects Red Hat OpenShift AI through its use of Argo Workflows. A user with low privileges can bypass WorkflowTemplate security controls by submitting workflows with a `podSpecPatch` field that overrides template definitions. The scope is changed as attackers can manipulate pod specifications beyond their intended access, resulting in high impact to confidentiality, integrity, and availability. Affects versions 2.9.0 through 4.0.1 and 3.7.10.",
"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-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31892"
},
{
"category": "external",
"summary": "RHBZ#2446551",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446551"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31892",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31892"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31892",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31892"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-3wf5-g532-rcrr",
"url": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-3wf5-g532-rcrr"
}
],
"release_date": "2026-03-11T15:41:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/argoproj/argo-workflows: Argo Workflows: Security bypass allows privilege escalation via podSpecPatch field"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tornado-python: Tornado: Denial of Service via large multipart bodies"
},
{
"cve": "CVE-2026-32274",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-12T20:01:22.957558+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447111"
}
],
"notes": [
{
"category": "description",
"text": "A user input sanitization flaw has been discovered in the Black python code formatter. Black writes a cache file, the name of which is computed from various formatting options. The value of the --python-cell-magics option was placed in the filename without sanitization, which allowed an attacker who controls the value of this argument to write cache files to arbitrary file system locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "black: Black: Arbitrary file writes from unsanitized user input in cache file name",
"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-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32274"
},
{
"category": "external",
"summary": "RHBZ#2447111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32274"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32274",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32274"
},
{
"category": "external",
"summary": "https://github.com/psf/black/commit/4937fe6cf241139ddbfc16b0bdbb5b422798909d",
"url": "https://github.com/psf/black/commit/4937fe6cf241139ddbfc16b0bdbb5b422798909d"
},
{
"category": "external",
"summary": "https://github.com/psf/black/pull/5038",
"url": "https://github.com/psf/black/pull/5038"
},
{
"category": "external",
"summary": "https://github.com/psf/black/releases/tag/26.3.1",
"url": "https://github.com/psf/black/releases/tag/26.3.1"
},
{
"category": "external",
"summary": "https://github.com/psf/black/security/advisories/GHSA-3936-cmfr-pm3m",
"url": "https://github.com/psf/black/security/advisories/GHSA-3936-cmfr-pm3m"
}
],
"release_date": "2026-03-12T19:47:07.464000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "black: Black: Arbitrary file writes from unsanitized user input in cache file name"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)"
},
{
"cve": "CVE-2026-32640",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-13T22:02:17.336115+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447529"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python library, SimpleEval. A remote attacker could exploit this vulnerability by providing specially crafted input that allows dangerous modules or functions to be accessed outside of the intended sandbox environment. This could lead to arbitrary code execution within the application using SimpleEval.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "simpleeval: SimpleEval: Arbitrary code execution via sandbox escape due to improper object 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-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32640"
},
{
"category": "external",
"summary": "RHBZ#2447529",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447529"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32640",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32640"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32640",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32640"
},
{
"category": "external",
"summary": "https://github.com/danthedeckie/simpleeval/security/advisories/GHSA-44vg-5wv2-h2hg",
"url": "https://github.com/danthedeckie/simpleeval/security/advisories/GHSA-44vg-5wv2-h2hg"
}
],
"release_date": "2026-03-13T21:03:53.435000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
}
],
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "simpleeval: SimpleEval: Arbitrary code execution via sandbox escape due to improper object handling"
},
{
"cve": "CVE-2026-33236",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-20T23:01:51.656938+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449824"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in NLTK (Natural Language Toolkit), a suite of open-source Python modules for Natural Language Processing. The NLTK downloader does not validate `subdir` and `id` attributes when processing remote XML index files. A remote attacker can exploit this path traversal vulnerability by controlling a malicious XML index server, providing specially crafted values. This can lead to arbitrary directory creation, arbitrary file creation, and arbitrary file overwrite on the system where NLTK is used.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nltk: NLTK: Arbitrary file overwrite and creation via path traversal in XML index files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: This flaw in NLTK allows for arbitrary file and directory creation or overwrite due to a path traversal vulnerability in its downloader. An attacker controlling a malicious XML index server could exploit this by providing specially crafted `subdir` and `id` attributes. Red Hat products utilizing NLTK, such as components within Red Hat Ansible Automation Platform, Lightspeed Core, OpenShift Lightspeed, and Red Hat OpenShift AI, are affected if configured to use untrusted remote XML index servers.",
"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:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33236"
},
{
"category": "external",
"summary": "RHBZ#2449824",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449824"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33236"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33236",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33236"
},
{
"category": "external",
"summary": "https://github.com/nltk/nltk/commit/89fe2ec2c6bae6e2e7a46dad65cc34231976ed8a",
"url": "https://github.com/nltk/nltk/commit/89fe2ec2c6bae6e2e7a46dad65cc34231976ed8a"
},
{
"category": "external",
"summary": "https://github.com/nltk/nltk/security/advisories/GHSA-469j-vmhf-r6v7",
"url": "https://github.com/nltk/nltk/security/advisories/GHSA-469j-vmhf-r6v7"
}
],
"release_date": "2026-03-20T22:47:10.308000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that any applications utilizing the NLTK downloader are configured to only interact with trusted XML index servers. Restrict network access for the application using NLTK to prevent connections to untrusted external resources. This operational control reduces the risk of an attacker controlling a malicious server to exploit the path traversal vulnerability. A service restart or reload may be required for network configuration changes to take effect.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nltk: NLTK: Arbitrary file overwrite and creation via path traversal in XML index files"
},
{
"cve": "CVE-2026-33870",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-03-27T21:01:59.865839+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452453"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. A remote attacker could exploit this vulnerability by sending specially crafted HTTP/1.1 chunked transfer encoding extension values. Due to incorrect parsing of quoted strings, this flaw enables request smuggling attacks, potentially allowing an attacker to bypass security controls or access unauthorized information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-codec-http: Netty: Request smuggling via incorrect parsing of HTTP/1.1 chunked transfer encoding extension values",
"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-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33870"
},
{
"category": "external",
"summary": "RHBZ#2452453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452453"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33870",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33870"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33870",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33870"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-pwqr-wmgm-9rr8",
"url": "https://github.com/netty/netty/security/advisories/GHSA-pwqr-wmgm-9rr8"
},
{
"category": "external",
"summary": "https://w4ke.info/2025/06/18/funky-chunks.html",
"url": "https://w4ke.info/2025/06/18/funky-chunks.html"
},
{
"category": "external",
"summary": "https://w4ke.info/2025/10/29/funky-chunks-2.html",
"url": "https://w4ke.info/2025/10/29/funky-chunks-2.html"
},
{
"category": "external",
"summary": "https://www.rfc-editor.org/rfc/rfc9110",
"url": "https://www.rfc-editor.org/rfc/rfc9110"
}
],
"release_date": "2026-03-27T19:54:15.586000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
},
{
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-codec-http: Netty: Request smuggling via incorrect parsing of HTTP/1.1 chunked transfer encoding extension values"
},
{
"cve": "CVE-2026-33871",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-27T21:02:13.396015+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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452456"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. A remote user can trigger a Denial of Service (DoS) against a Netty HTTP/2 server by sending a flood of CONTINUATION frames. The server\u0027s lack of a limit on these frames, coupled with a bypass of size-based mitigations using zero-byte frames, allows an attacker to consume excessive CPU resources. This can render the server unresponsive with minimal bandwidth usage.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: Netty: Denial of Service via HTTP/2 CONTINUATION frame flood",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This important vulnerability in Netty HTTP/2 servers allows a remote attacker to cause a Denial of Service by sending a flood of CONTINUATION frames. This can lead to excessive CPU consumption and render the server unresponsive. Red Hat products utilizing affected Netty versions, such as Red Hat AMQ, Enterprise Application Platform, and OpenShift Container Platform components, are impacted if configured to use HTTP/2.",
"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:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33871"
},
{
"category": "external",
"summary": "RHBZ#2452456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33871",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33871"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33871",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33871"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-w9fj-cfpg-grvv",
"url": "https://github.com/netty/netty/security/advisories/GHSA-w9fj-cfpg-grvv"
}
],
"release_date": "2026-03-27T19:55:23.135000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T14:53:58+00:00",
"details": "For Red Hat OpenShift AI 2.25.5 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:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10184"
}
],
"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:025b8021c709dd6a494af53c3b219cfd8fbdfb6d12bb5c069cfcf20a57ac33f0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:12bd4bcb95d4c632c90e55dfc6ce9418fb4155dfd9b315abfd9c10a85261e142_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:39644ca034be600549ce9a4e200e3e8f1454ea282bd462645c59818f06319148_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:de2ec0963e73b884de7c672c77cccd88ed193e27698492700932080a73d99c61_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:13a6eaeb91dfd2d4abefda94c8dbc4f303704879247e2badeed01efe6bb8fc69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:67a2dfc9390d5eab89506506c0dd8a12e03c74884d95e18299dc8e1628983d76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:7f45c61f9c5cf97867f60ac97a40df84fc76662252ed59c73da9b1f1670e7d72_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:83ab708730c2450dfe7e64fe1165e407f188d4548d45acd7865ef2ec6aff8447_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:95ba139d42fc9003ed3b2ab2b31f285b23a66ad41379bad804e326e8cfacc0f4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:c99a6194eedc71d13f8a4feb20a896f83239f9d0beaecb7419e953e292ba0f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0cdaba4d21e61d75112aaa95daaefef790d5c328a8c35209b40c8954d1ee4992_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:b425bf339ae728811735602aa997f57d809863ff428b779d7e4b05805b72cb8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:d961421705c992d735c17bc699245284ef1c5822de608507a513fb28f579a851_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f19ceec584c602e0b06a2a3b2e6d18f5a0da6161c61a1e7eceed86a7978156a9_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3c8b56f1d7e2084a93dd6ea951e4328bb969fa3443452790db10a9a01bead27b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c7b7f0e7a0864676517e56b9fd75d2ce85b152708842b83f74720519490a4b36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:ffdfd1b2f082296677737ea1a585cd29016beaa72a8c88b67bc74e114624eb92_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:72f4630626f2089823c9a9c413b5bad245e63a7569468581804e34790fd3941e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:acaba51bd115f189ba1f818c1bf141df0907bb354e2639a4aa4dad3ff7c68335_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:e4214f06d7770398ee48065b1381528bc55084f193a35e10ff0def2f56967f71_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:0b886b98e9bfd9c15b13b4809b465f81bcc7542f602508b42522f5eda2341731_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:69770ab1b3f2bb3d6555cdc042337e5fa7c6eccd468d56bb3c758d080210c163_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:a2f2a42eccc294a009e39b1953ead3cc27b90385a746e76570691e243673de94_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:717fdf99ccd5098dbb708895c9069f91fd883641cbd05a4c41b9caee4891c4ae_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b255a2045b661ffb702e2aafce2911ab4d5263bab3b1aa66205c8aadaacf51d3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:f9f4b61ab07f9d78ce92cbe5364c6a9ee635aedaf1caa97f490d050232e59f0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0e355f088ca563163bc363f9b64b5ecbcacca919b724aab1cef4f9f218e9e775_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:7c841a7b0be5bc5319300fd2a786a0c26698ea3ee4de524c4c2dd8f7da10d4ce_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e5d148e2bf1d88e746dfc4070499db92aff859986a15959e919ea262ca89e3d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1dfc4503e60c2177135fc5a6c16e27e630e4689e6af339413b6f521bcfab1343_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3e3b247a9babd3f17c0b112185548176e6b4d598a0bd280087ec98a33873301f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:58d51ba83de870be1cb3d4306f3f8e7a411b6b80584989cd7bd3a4c9b4ab693e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f20a820b6b99738d980b1062e591854b49fee647f1322483c0e8f53523d41e66_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:2e5fa5837ea11b5d8395971ba5ed4a1114f456f561e443bb1a8e86c5288004a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91125cb50bdb046d571f60e73038d1358267a4ad2b5a392402b33a94d0c7ac36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:94cbe29889fa4ba074e048675edddb91d393d949d57026f56d89b2f355481242_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:d3fafae255d0415e9b140a9f29a69d541f58d42b7537ea70b9b710c1da3d9427_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:8a90ede305a9e0efacaf21510c7a81218cf3d2c57c6a12c01be92a409c9f88cb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:9849dfd848fb701fc93d11657fd2e62e92b40f506dad1c3679441407f0ce7072_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:e66de349dc73d45838d92e789a9901a421292ca1449eff6485dd9e0b6ae0e943_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f49937605d852ab9ebc56d2667d9cd6422ba3bd7ba9b05df32917f825bc9f1e2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:560ac4715abc018f29e776b7a3e09d2f7e821b2d5b7165bbab6036cf7166d4e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:5b4568432311988c6a60e6723fef47018541e70e5edb39b9ec12ab17e2cc448b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:6bd59342821cffacda84f4840a5f3078e7fe15f1ade2124f81e02d9fba3c18fe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d209914f5b38b825dee17ae78ec84eccea11e4a113aaac2e3be7d67c138ccd61_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:22f062c6c1a948bfca7959eb3ed3a9772e9f5f864fa33f4faa60bcd7910952a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:4c573b383462805bb0e1b38faf0b23a2ae49f11b94d9f16ca83b4fb77208697a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:981467dbbee2cac867a9320b21ac3dc715124a5943b5516bcf78a6406481a983_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:d0b0b6f001fd5ca7181da5f7f82b8b8856ee6c83852aecd640ec7dd5071be926_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:49735c114e427b50044dbefd4d857ad6dc508ae356db197400da2e23835f4da4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:aa4e07e935c709790f34c09f9599fd0c08e316d0c68ee205f67bfe1b851feced_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b3a925c41fcbc82f677501a545a5a2e4591d424bfdfe8ab9f1e51cfdaac517c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:dec52615b0f12956209997e4bea30b4931c9a5bc927e11f59be3fe0785354200_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:07985043e73052f4a103afdf216600c008cf1a381741f9f3230f6fa5de78fb3e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:7921e2d62a70e22b57f615d5d4409645caa8e32bf96478fbb9609bcc0d75ace6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:aa4b1284fab59e85ad8926e2cb6850359243f1290a1747ed8cc939c7f02a3376_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c4850be886043e7951a09286023fc134f9a1c8b2f857ea8e6ab6b882fd9a4e9d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:26c21c7693e76ecd466faa5e592f4392930efb029f5e54a63036e6ab521e2105_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f3de099f8443c23d23bfddb4526218bc09185e1a22c8706e04b5a3d3148cc8ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:57207960eb2b5e409c9fdfb011e14651ebc78ec3711ea6a8ebcfb68d52efce6d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:5a1b03f3145e577f98718a4c03d4bc576e1032ca0c5d7de7aad07995e7a3857c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:d37cb08a0a7884f668cf8b4d3781a71ded0816fb5486edd245283f1671e03b0e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:f2173b6c80a86d0b90201968e39a37f3a168d9d84a2a873ed69415bee111b61f_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:50b543073492a4ffa9b71b8466e4b53cb6baec8d8d1bf72eed5a63bf82ca73bf_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:cbd3dd04d28d6cd2b67b139075db4847aa543fdd34a1a5a4de661d7f82511798_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:d4ff0a59b04f9ec17771bccbd54bf9535562a097c41e3ea5459d734260241c91_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:ea584e4f17f7c343b90afba20a5268b02825f7772541f08592723beeb5457e21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cbba805c8696fc48867d1148959b34e17e27226d4b0559d23c88fcd1d5deb002_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:cc41a323ad5b426eca4052cf6353eaba22b572efcc0940ffb980939b3655c098_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:3dec19c79111ec3d6e60b9a369ce2b9e74e889020ff49c8fe3a3963be2ed9c74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:99c373f1ab16b86a2b0a5a9d37dc2413385952b40236d7ea987f7bf6f3d6c2e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1cb63738914fd92687e1268e643d8a082e8b7126429c9b42433d9b32084c21b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:49d113de4250fb5f96387047052a11979fb410cefb03cfe84025a1bdc3cc2130_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8aafa4099d297bab85c6e38ce443ab9ea6f895d97839ca956d641574dce85209_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:256a1a514bed575d0fda9b97f5ec28b651dbe6a5a7c0992eae8e0ee4811eb483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:71ee1e02f693d94555fc28956c20cc28817768c3242c628c3705604dcf8d63df_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:c8bfa95bd3076931e351a7abcee4b1efc31bd42eb3d41d205b31c4101eb021a2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0c9b99ed1dc6e90d25827f4aa03ea80d15ac39081e09cfb23ff7d60f307c7ad0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:22a8e6301a6722c8633de683167af7fcee21423824be149bed3a7e3910c08a36_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:c9d319af0b66328e03ea3ae476dc4da96ced8d17c7ecf379f55ce787e6ab4454_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2951e7a2b97d9b7d15a42b3a8333cec792da3b11827251a675c4c1d15b496472_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b5432e89d9550246c4d4669aa3f868ed2d07cf96f66ccddb07c80e4d7202613c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d42d785d399098a9830c5bc98fcf9bb7ee47f46e3531661512ba6654733a1b10_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:0868815fee4a3e6db6892649725f5585e952f473830cc620fc8796c9f1290fbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:cc97442276d74bfbae5729c850eeb66ff5f9f025b4291f3e9ac1d778bf9f36ab_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:ec9b860e99dce07f8f6baaea8bc211b0dfd85488c9c548a4834a0a945662ad18_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:446a084f85033610a2da60958ecde12025d98f02b8b7666411f9e6a39807030b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:6c6c0dc237cce8f02e85b02ee7e8b88b50f8451fd87c162d923f5014b419bb60_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:c6a16dda2ef744f674554ebd45a4bd309dcc1375a3956ae455783c4f3b172dac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:836abe7b28c8f8aaef9a093f0efc59868083a314f691752bb6847de1a855b901_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:d128e309f02523db4ed5f7ce88f65ef7a5180cbc4b90f2554977931227beaf37_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ebc8caad8486d2ec6bd6bc8d2305e834c0584b4cd77f5ce607d212162e29cd0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:8bdca4ddfc71e7ed1489156fb0d9db0c89284a4d97e2a9ff17e2ae42dcb5c078_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:ab241ab04d95a2a02e724be567cf822ee8e775bcf199d2108f54397b0e12a44d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:15509d4e38fad14b153bf929e8f34d7f0b419528bbb333a7a5a9bdcb689276c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2d0e79182424eb41f3b288d3a72bc2531094c1c62f6a37955fc19eaa8c2a1150_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:69fd2a0674c17a64357db22390d43f2c65e071c822caf06bee275562a529e1a0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:ffd8e270a2086d5b292d77f0435c2b5c8c1bb93718ab3e54965119c24fca8950_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:366b664c214845bb8fb70883d154f604cc71cbadd71b41f7f6403d99ba2f1d10_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:4d3e952bbfd921d32388d72581cd11a042fa11eb6d2e6b8ea2f16aced919512d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e5c2b849d4d68f5b306b13bdc1570c295b1590ecdca5d3ac39f706f71d188da2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ef352dd9b37f1b64b6255ded176228af7d0fa473ff05a9de45c8813f403a370d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:0612998ed9cea3da1bb84032db6a27656c91e7964046d4babd4806171522d587_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:1d094c0301a3d6c46f48b07cd19c454c1c9da45924802da5f3cad1a5a7aa07ee_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:58ba3d66d62c9a21a73a74c548eede552d290dd3167373118a62b708c6a7ca12_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:94a5c2655f53e457f93d333fd06658239d887030c36219d6204f116f052a29f7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:07e17a93f21ea7683d92533024b4b2e7f8d9e94bac03528691dcc87384426112_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:724c0e446ff65fad333fa138f38c6be6837bf9d43b6370c473b2ca663b2ea557_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7974cf25ce6cfda7cc5ca9293e0085305957e4b686f5852a44c992ce2d87f7b0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c96beb9c7d812b0e5858df4784daa39dffeb850b460b9f9831d2d15540d8ff42_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:69e03900b2b001ea1430ecf848fac0342b8c0a5f5825744ba6bf40ce1759e9c4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:73d208bf8923fa4cc202180698e552b7587d5803a4bbe1483145708fd507fe15_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ae50d53c61ece1bed48e6bafed1a9549df90f0f69dd8cc29ba92227f7f0cdaaa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:fa61f7251be2cae7e64ff93f7061e4bbd3d65a3212bbe6a7554d5937067c6e2e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:65792d4181cbb4254ccefcb568a5d5347c3e510a5323a3666d09d557f93f1f47_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7697e77d8f9aab5b9114436b5dc884bc74ae8fd7671a85591247b7fcff1fd620_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a3c15a45625d63a9ce79ccf7f91fe290864b38c13e1d97e892ee4cefcdac6463_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a9a32e1f81d5d4f46953161ddb4fa32f2af9b8ade126e945c7899bc7417cddbd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:ef9eae46fb64606e5d943c1dbc30eddbad35e50a2e67062f4c1a98bea48da038_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:f3a60cbfd7a3674fcacb56f9a7cfe6e10c6d24a690d107cb5b258986e154f3d3_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:5e18f3434927cc1fd3673a57826f5a33fce5b2621f256ca1f960c42b1445ae8b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:703097974e54d0ac4e7574d3fb8fe937fa240b745fa759221a9d29f7c3d80bf2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:026bc89d8226333354d1bcca2ffa793e4335b6773f4be1835d28b2cfc5fca1a1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:d9d12a106e1d97adaadf2ef7baaa73dc49484e170715f26f23cdc690e5bbd7d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:22ce77e5eb67eabf3f832cd88e2f52aab1e9c7773b1f58527b746aa9f9b25406_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:4d34ecbae2e510e8682d52c317a34ebecda107ec669834ab07031ae623cf88f1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5f15f3406bd1bd13511726aead148214c1eb97c472b4bab0ab28a961c9078fea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:9bff2dfa95be0df55b9bef264f36e571f6f52f76017a398bf28bb7ba955ecae0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:11133374735b1f2a4461440bd99b64f1194a4f524d31e4855394cd4844dd5e88_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:673234061c88d83e33ecd1a948373801fd683d743ccbc66ee3b5e280c8aaac0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8133b1b027a17aba447e03d68b0cf68f8e8b639fa3313af18b93462437a5a555_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d655b10da044b5b329e88e03426dc6af1a42657c8820f9c1dcbbf9268bffa9fc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:ebc8e813ffdadd6016f955e6b978cd2123b2b24f026c3a5fdb1830b1bd2318bf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:f2352e3f70233821d8f41da3ef6622732d6b9f65b0185663521370fed061ce0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:23b0b8e64dbd45ee08586a145e5f615fdf91f963840561e26efac37c743e6d97_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2462cfd09fc6412ba16ee2b72be10c685cee12282a2fd45019c63f2b48181562_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:9a78a26fa74e35f62d406cfd237ea23a85d0df63529807d428518c83c0f6eb76_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:e04b6d896a06cf4be21ea40516fb3f0877c3bddb6145c9b26ed03ffcd724c5e1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:1d9c8e6c45a9d739e8663b70e75aa18bb07f0b91f0d25eface9690120e9a1153_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:24d7ffca46730de359333e91b85b0a8b62b380889595a63dbaf91b090e62625b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:5881fdf3cd3bfd72fb0c6166a217bf70756026045ff98de2bb022ce108dc2201_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c00e8fffb8886989f35937b67b88a2a5db3fed5dd6255a8bf7d367edb8079e1d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f4cb6c55174cfab1f18e29c3f58482ce235aefa9968dba80d6f4be9dce15a5c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:41980a78e4f69b5276003e0b0fe213fc7e5486a0e256bd7859bb9e1c8cfd2ad2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:030672c504abdeac7b9d74c3c022d7a771a38fcb64ac6a5433baf8086daf8715_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:827670c5a76b198988cbaebd616a9e0fad7dcb4e8728db02e2e910346eda6eac_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:93ea160a968224ac63fda13f2dcd363c14176b01afdeee70a31637839f4a282f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:cf73de714930b59583c76d7fcb527bde39660659fd0c83c4358a9e6bd6657756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:0514042f65cea28a4626ec3809cb78809d1bf372774d9bf6f0c646200a946cab_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:963f090fc092ac197c91f1ecc0005506d3b265e288d334dbc1c1c23aba18a09c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9b67d84fe4316dfd036979f993ffc3813fc6dc9ed273656591b07d389b7b9333_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b5335308622482918f613ae5a2c9427f00d44cbdcf5cdf53923db7e854214458_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6503aa2b0c29d01b947b6fde383850d03dcb2b9f9d70cf417b9e90d5e99d1740_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:78846ce640605e0d7b0ccdcbe3a2e45fcfa2956c388d4a215dbc38162df065d4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:94b15be87e9fa65a523e9b2e9c28b9ebe43d99ba008ee604ff0460b6a8d8e0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:bdea822b8aa113ba4608270dab871484a4a6f5a99639cf4fb9e05dca286cf58c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:017d014c78d061d75ce7919c889e4082fdc226782856bdb303f62ac70753d28f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:bd6cda8a44938fa65e0253c5d18e668057553138155234320b6234a1be5bf4c3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:c08e0f49015d834ee9d631faca1e62e09a31b972f592e823c773793f42e4698a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:ca6c2768a65626bf73f14d91fa3796d1c3b3c8fedff93409ea5222673e630085_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:2f64523debdbfacbe1bee85c94152a99a596b64f5c4b3ded0f9a373c1b936f53_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:6eec121f315614f07f06029b2e7ae5f3355c175c3b82e840cf7d5ae5bc801b6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:24ae6c0af0c6c3a19133adb63ad9c4cde0d02bd137db26279d785bd62bfad011_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:57bcacf572ab592c60a09d648dcad5a1607ee7953bfd2a01c481f528bf2f9dad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:aa06f41ab53eb1e17daf2fd0fc5b801a7fc0bd9184606678f2b9e3b81fef0c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:dbd1409cf43e11b91903450e9331544d8ec866f64d0aa2333696eca4273e803b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:ec541f13bbfc24a7b159e216de1b8a160d3efb79bd7af6a7f950ca7e88c2d549_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:43cb3b42b64014d4eb116aec8bad826e7ff1f1118be5a8deab1308670266bbdc_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:bb748e2e2233933a5e2d56bc56760d6f24bcfb66ba8ccd854697c496f675837c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f35c7dd9c3d5a12431a75166dcd02eef91eb7b3a0983d8e0906e4568ce063fd0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:f8e94767ba4a9c27be9d56603c0d75b19eefc5284c327d2b4c84b1b2dd761a27_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:03e6c08035193b34155d1a5bfa925ea5b86ffa082154907b55d29d82e64edce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:13db656ea595789cef7eac5024cd9969856b6a166c70b8f7f14439b263e70d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ba551720f13e8ac6ae6f463231da2287a55954094166d21e9e588da5348e8a28_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:c7e91ecb2b3ea4fddd233acd26e4b2695b6a8bcc882d65040fd845dcddf646ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1b707d3f0b558c467ef76916a2554b2dcc430a914b34e88a7165374b4dda82a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:278a37bd42d3ad0eaaf0642f354abb759bed09d014a07f37c62703c344c56034_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55f4cbb3faa94f4439975127af63929099867ab66cc22469cdf226c759b619a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:6ca5e0d0fd9a9215cdd60e8efd334fb77645234597ec709d95c9b2c93e9890ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bd911b7afc4acd32090ae53dd10c86b9266297c001dd6c6adf74fe7d28947959_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:df10bfdf12f1fb171f584ffdf304d953270e0526c35e963df2107452f1321051_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:19e1f771e2e77bd1a8fc6969365d6da3c7f4e004409ee77c273e3005adcd7143_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:a87cbfec75f9c2b353e9d9fafef251d3cdefe175946c8a1d4eae9e36e4d01d43_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:cf77196d5fbe2dff7a226cb503ab7d4928d6db9feb9d4dd998a25e1998c31bc2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:3d1cac266832f8369322ed7a150da85bf885a969bc391fbf2ec2a704ea5911ca_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2a6d3c1c27b166a4e297d92f9ace7d8d7d93820d92a9ec5bbcc1fd6fd9ac4a46_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:70f0bed24ad72ca7a8df9e8c8d684c52b47eb0d3f733d581bc0cfaf08d182a57_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:93e13663092f1142216a07805698f08e37088c78ef2d43f3958edcf7ef6b6b70_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:76dd065e2a965de0e8914797b1ca71b92edbf1ac9acd110cc51b46c5fc826f42_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7da64ea2d4244d686c88e930fa3c167e82705c2873c0bfc45363537730605a9e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:7e4a831fb2d800d402b7615965b581b3e539a56a7752bfcacd534f6da410522d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8cabba462638160c7596bf1d071340893deaf5fe9bc9325745b2925d33b15fa1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:59df074f423acb89fbfa3da67048d7ba862f2cb01ae0f394334862489b7c7901_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:5a85f3e0b980be2e323bcb8c63a14839634aa3c23c5b4826bbf2a3f5ebbe0e51_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ad3aa1ebbf5531ee0cce78e4682100e867143ef7d7055e271522c65ea25e8507_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:c0bda6388361d1559cdae9439fbbfba51ea2d2ffe3c34aaea0dd5026aae0848b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:4091990af4e11a29690c6459ee8df2b8d95ab6d9f998cafe6b391926f5f198d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:824bf53d5290c2e68e9ed02305cec8cc9b1edc7492b52b7ef8c1e4729120005c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:1af0d97acff969decaf3ca5f4887d62bb413caa438d52815138f41fc19379756_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:10f067e5a8b710ddb609b7864194da05a372c2c7641017e375e701988386b14e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d04e67337ebf35b61abe7f829422be7a84b76d4d46f74f91689a89f945d32024_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:da100dc6c0af0537f8494fa9e2c5633d227321b33b81beb58c0048c6af47c777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:918d211643c68394121b0d6a9fd7b8330ffc48c78e575121b32deec050ce4ebe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ad28e393f86cb489f6c62caba987847fabd84fc4506b4bfd8bf81539d1c8d09d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:0a03f9160157637ea675d5f4cc2e6ea44486e703f2dc472ba7761ec4b7987cd2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:e9b02289119b8ad80a44cd9083d021714b02ec94f378ae9ae2661281d12be1b5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f1e9ae57632c9a2c70a327c8328e3983296b6b0e7431eee57ba3533dfa227d03_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:f9a9b736c707705215ef1fe46b834544e3566d22da0819e34841269fa6b48b52_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty: Netty: Denial of Service via HTTP/2 CONTINUATION frame flood"
}
]
}
RHSA-2026:13508
Vulnerability from csaf_redhat - Published: 2026-05-04 14:10 - Updated: 2026-05-29 15:55A flaw was found in Django. A remote attacker can exploit this vulnerability by sending a crafted request containing multiple duplicate headers to the ASGIRequest component. This can lead to a potential Denial of Service (DoS), making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
A flaw was found in Python-Markdown. Parsing crafted markdown content containing malformed HTML-like sequences causes html.parser.HTMLParser to raise an unhandled AssertionError. This unhandled exception allows an attacker to cause an application crash and potentially disclose sensitive information via its stack trace.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
A flaw was found in the AAP gateway. The user auto-link strategy, introduced in AAP 2.6, automatically links an external Identity Provider (IDP) identity to an existing AAP user account based on email matching without verifying email ownership. This allows a remote attacker to potentially hijack a victim's account or gain unauthorized access to other accounts, including administrative accounts, by manipulating the IDP-provided email.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
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: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src | — |
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: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src | — |
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: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src | — |
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
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: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src | — |
Workaround
|
A flaw was found in JWCrypto, a Python library for JSON Web Key (JWK), JSON Web Signature (JWS), and JSON Web Encryption (JWE) specifications. An unauthenticated attacker can exploit this vulnerability by sending specially crafted JWE tokens that use ZIP compression. While the input token size is limited, the decompressed output size is not validated, allowing an attacker to cause excessive memory consumption. This can lead to memory exhaustion on affected systems, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64 | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch | — | ||
| Unresolved product id: 10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.6\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n* automation-controller: Account hijacking and unauthorized access via unverified email linking (CVE-2026-6266)\n* automation-controller: DTLS cookie callback buffer overflow (CVE-2026-27459)\n* automation-controller: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation) (CVE-2026-32597)\n* automation-controller: denial of service via malformed HTML-like sequences (CVE-2025-69534)\n* automation-gateway: Account hijacking and unauthorized access via unverified email linking (CVE-2026-6266)\n* automation-gateway-proxy: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n* automation-platform-ui: Rollup: Remote Code Execution via Path Traversal Vulnerability (CVE-2026-27606)\n* automation-platform-ui: minimatch: Denial of Service via specially crafted glob patterns (CVE-2026-26996)\n* python3.12-django-ansible-base: Account hijacking and unauthorized access via unverified email linking (CVE-2026-6266)\n* python3.12-markdown: denial of service via malformed HTML-like sequences (CVE-2025-69534)\n* python3.12-jwcrypto: JWCrypto: Memory exhaustion via crafted compressed JWE tokens (CVE-2026-39373)\n* python3.12-pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion (CVE-2026-30922)\n* python3.12-pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID (CVE-2026-23490)\n* python3.12-pyOpenSSL: DTLS cookie callback buffer overflow (CVE-2026-27459)\n* receptor: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nFor details about this release, refer to the release notes listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:13508",
"url": "https://access.redhat.com/errata/RHSA-2026:13508"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade"
},
{
"category": "external",
"summary": "2430472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430472"
},
{
"category": "external",
"summary": "2436341",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436341"
},
{
"category": "external",
"summary": "2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "2442530",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442530"
},
{
"category": "external",
"summary": "2444839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444839"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "2448503",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448503"
},
{
"category": "external",
"summary": "2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "2456187",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456187"
},
{
"category": "external",
"summary": "2458142",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458142"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13508.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.6 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2026-05-29T15:55:15+00:00",
"generator": {
"date": "2026-05-29T15:55:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:13508",
"initial_release_date": "2026-05-04T14:10:09+00:00",
"revision_history": [
{
"date": "2026-05-04T14:10:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-04T14:10:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-29T15:55:15+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el10"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.6::el10"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.6::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.6::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-core-2:2.16.18-2.el10ap.src",
"product": {
"name": "ansible-core-2:2.16.18-2.el10ap.src",
"product_id": "ansible-core-2:2.16.18-2.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.16.18-2.el10ap?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python-wheel-1:0.41.2-5.el10_1.1.src",
"product": {
"name": "python-wheel-1:0.41.2-5.el10_1.1.src",
"product_id": "python-wheel-1:0.41.2-5.el10_1.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wheel@0.41.2-5.el10_1.1?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-pathspec-0:1.0.4-2.el10ap.src",
"product": {
"name": "python-pathspec-0:1.0.4-2.el10ap.src",
"product_id": "python-pathspec-0:1.0.4-2.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pathspec@1.0.4-2.el10ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-black-0:26.3.1-2.el10ap.src",
"product": {
"name": "python-black-0:26.3.1-2.el10ap.src",
"product_id": "python-black-0:26.3.1-2.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-black@26.3.1-2.el10ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "yamllint-0:1.38.0-2.el10ap.src",
"product": {
"name": "yamllint-0:1.38.0-2.el10ap.src",
"product_id": "yamllint-0:1.38.0-2.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yamllint@1.38.0-2.el10ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-lint-0:26.1.1-2.el10ap.src",
"product": {
"name": "ansible-lint-0:26.1.1-2.el10ap.src",
"product_id": "ansible-lint-0:26.1.1-2.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-lint@26.1.1-2.el10ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-3.el10ap.src",
"product": {
"name": "receptor-0:1.6.4-3.el10ap.src",
"product_id": "receptor-0:1.6.4-3.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-3.el10ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytokens-0:0.4.1-2.el10ap.src",
"product": {
"name": "python-pytokens-0:0.4.1-2.el10ap.src",
"product_id": "python-pytokens-0:0.4.1-2.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytokens@0.4.1-2.el10ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-markdown-0:3.10.2-1.el9ap.src",
"product": {
"name": "python3.12-markdown-0:3.10.2-1.el9ap.src",
"product_id": "python3.12-markdown-0:3.10.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-markdown@3.10.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"product": {
"name": "python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"product_id": "python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1-modules@0.4.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"product": {
"name": "python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"product_id": "python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-dynaconf@3.2.13-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"product": {
"name": "python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"product_id": "python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1@0.6.3-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-core-1:2.16.18-1.el9ap.src",
"product": {
"name": "ansible-core-1:2.16.18-1.el9ap.src",
"product_id": "ansible-core-1:2.16.18-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.16.18-1.el9ap?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3.12-black-0:26.3.1-1.el9ap.src",
"product": {
"name": "python3.12-black-0:26.3.1-1.el9ap.src",
"product_id": "python3.12-black-0:26.3.1-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-black@26.3.1-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.src",
"product": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.src",
"product_id": "python3.12-pytokens-0:0.4.1-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pytokens@0.4.1-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"product": {
"name": "python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"product_id": "python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pysequoia@0.1.32-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "yamllint-0:1.38.0-1.el9ap.src",
"product": {
"name": "yamllint-0:1.38.0-1.el9ap.src",
"product_id": "yamllint-0:1.38.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yamllint@1.38.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"product": {
"name": "python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"product_id": "python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulp-container@2.19.10-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"product": {
"name": "python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"product_id": "python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-importer@0.4.38-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pathspec-0:1.0.4-1.el9ap.src",
"product": {
"name": "python3.12-pathspec-0:1.0.4-1.el9ap.src",
"product_id": "python3.12-pathspec-0:1.0.4-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pathspec@1.0.4-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"product": {
"name": "python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"product_id": "python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-jwcrypto@1.5.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-lint-0:26.1.1-1.el9ap.src",
"product": {
"name": "ansible-lint-0:26.1.1-1.el9ap.src",
"product_id": "ansible-lint-0:26.1.1-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-lint@26.1.1-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"product": {
"name": "python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"product_id": "python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.57-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"product": {
"name": "python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"product_id": "python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyOpenSSL@26.0.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"product": {
"name": "python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"product_id": "python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyjwt@2.12.1-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.src",
"product": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.src",
"product_id": "python3.12-cryptography-0:46.0.5-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography@46.0.5-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.14-2.el9.src",
"product": {
"name": "automation-gateway-proxy-0:2.6.14-2.el9.src",
"product_id": "automation-gateway-proxy-0:2.6.14-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.14-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-2.el9ap.src",
"product": {
"name": "receptor-0:1.6.4-2.el9ap.src",
"product_id": "receptor-0:1.6.4-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.11.8-1.el9ap.src",
"product": {
"name": "automation-hub-0:4.11.8-1.el9ap.src",
"product_id": "automation-hub-0:4.11.8-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.11.8-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.2.8-1.el9ap.src",
"product": {
"name": "automation-eda-controller-0:1.2.8-1.el9ap.src",
"product_id": "automation-eda-controller-0:1.2.8-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.2.8-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-platform-ui-0:2.6.8-1.el9ap.src",
"product": {
"name": "automation-platform-ui-0:2.6.8-1.el9ap.src",
"product_id": "automation-platform-ui-0:2.6.8-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-platform-ui@2.6.8-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"product": {
"name": "python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"product_id": "python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.11.8-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"product": {
"name": "python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"product_id": "python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base@2.6.20260422-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.6.20260422-1.el9ap.src",
"product": {
"name": "automation-gateway-0:2.6.20260422-1.el9ap.src",
"product_id": "automation-gateway-0:2.6.20260422-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.6.20260422-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.11-2.el9ap.src",
"product": {
"name": "automation-controller-0:4.7.11-2.el9ap.src",
"product_id": "automation-controller-0:4.7.11-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.11-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-cffi-0:2.0.0-1.el9ap.src",
"product": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.src",
"product_id": "python3.12-cffi-0:2.0.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cffi@2.0.0-1.el9ap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-core-2:2.16.18-2.el10ap.noarch",
"product": {
"name": "ansible-core-2:2.16.18-2.el10ap.noarch",
"product_id": "ansible-core-2:2.16.18-2.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.16.18-2.el10ap?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"product": {
"name": "python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"product_id": "python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wheel-wheel@0.41.2-5.el10_1.1?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-pathspec-0:1.0.4-2.el10ap.noarch",
"product": {
"name": "python3-pathspec-0:1.0.4-2.el10ap.noarch",
"product_id": "python3-pathspec-0:1.0.4-2.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pathspec@1.0.4-2.el10ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-black-0:26.3.1-2.el10ap.noarch",
"product": {
"name": "python3-black-0:26.3.1-2.el10ap.noarch",
"product_id": "python3-black-0:26.3.1-2.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-black@26.3.1-2.el10ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "yamllint-0:1.38.0-2.el10ap.noarch",
"product": {
"name": "yamllint-0:1.38.0-2.el10ap.noarch",
"product_id": "yamllint-0:1.38.0-2.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yamllint@1.38.0-2.el10ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-lint-0:26.1.1-2.el10ap.noarch",
"product": {
"name": "ansible-lint-0:26.1.1-2.el10ap.noarch",
"product_id": "ansible-lint-0:26.1.1-2.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-lint@26.1.1-2.el10ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.6.4-3.el10ap.noarch",
"product": {
"name": "receptorctl-0:1.6.4-3.el10ap.noarch",
"product_id": "receptorctl-0:1.6.4-3.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.6.4-3.el10ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"product": {
"name": "python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"product_id": "python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-markdown@3.10.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"product": {
"name": "python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"product_id": "python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1-modules@0.4.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"product": {
"name": "python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"product_id": "python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-dynaconf@3.2.13-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"product": {
"name": "python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"product_id": "python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyasn1@0.6.3-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-core-1:2.16.18-1.el9ap.noarch",
"product": {
"name": "ansible-core-1:2.16.18-1.el9ap.noarch",
"product_id": "ansible-core-1:2.16.18-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.16.18-1.el9ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ansible-test-1:2.16.18-1.el9ap.noarch",
"product": {
"name": "ansible-test-1:2.16.18-1.el9ap.noarch",
"product_id": "ansible-test-1:2.16.18-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-test@2.16.18-1.el9ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3.12-black-0:26.3.1-1.el9ap.noarch",
"product": {
"name": "python3.12-black-0:26.3.1-1.el9ap.noarch",
"product_id": "python3.12-black-0:26.3.1-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-black@26.3.1-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "yamllint-0:1.38.0-1.el9ap.noarch",
"product": {
"name": "yamllint-0:1.38.0-1.el9ap.noarch",
"product_id": "yamllint-0:1.38.0-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yamllint@1.38.0-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"product": {
"name": "python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"product_id": "python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulp-container@2.19.10-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"product": {
"name": "python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"product_id": "python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-importer@0.4.38-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"product": {
"name": "python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"product_id": "python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pathspec@1.0.4-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"product": {
"name": "python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"product_id": "python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-jwcrypto@1.5.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-lint-0:26.1.1-1.el9ap.noarch",
"product": {
"name": "ansible-lint-0:26.1.1-1.el9ap.noarch",
"product_id": "ansible-lint-0:26.1.1-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-lint@26.1.1-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"product": {
"name": "python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"product_id": "python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.57-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"product": {
"name": "python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"product_id": "python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyOpenSSL@26.0.0-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"product": {
"name": "python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"product_id": "python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyjwt%2Bcrypto@2.12.1-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"product": {
"name": "python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"product_id": "python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pyjwt@2.12.1-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.6.4-2.el9ap.noarch",
"product": {
"name": "receptorctl-0:1.6.4-2.el9ap.noarch",
"product_id": "receptorctl-0:1.6.4-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.6.4-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.11.8-1.el9ap.noarch",
"product": {
"name": "automation-hub-0:4.11.8-1.el9ap.noarch",
"product_id": "automation-hub-0:4.11.8-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.11.8-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"product_id": "automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.2.8-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base@1.2.8-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base-services@1.2.8-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"product_id": "automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-event-stream-services@1.2.8-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"product_id": "automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-worker-services@1.2.8-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"product": {
"name": "automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"product_id": "automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-platform-ui@2.6.8-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"product": {
"name": "python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"product_id": "python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.11.8-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bactivitystream@2.6.20260422-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bapi_documentation@2.6.20260422-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bauthentication@2.6.20260422-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bchannel_auth@2.6.20260422-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bfeature_flags@2.6.20260422-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bjwt_consumer@2.6.20260422-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Boauth2_provider@2.6.20260422-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Brbac@2.6.20260422-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bredis_client@2.6.20260422-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bresource_registry@2.6.20260422-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Brest_filters@2.6.20260422-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base@2.6.20260422-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"product": {
"name": "automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"product_id": "automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.6.20260422-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"product": {
"name": "automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"product_id": "automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-config@2.6.20260422-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"product": {
"name": "automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"product_id": "automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-server@2.6.20260422-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"product_id": "automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.7.11-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.7.11-2.el9ap.noarch",
"product": {
"name": "automation-controller-server-0:4.7.11-2.el9ap.noarch",
"product_id": "automation-controller-server-0:4.7.11-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.7.11-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"product_id": "automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.7.11-2.el9ap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.6.4-3.el10ap.x86_64",
"product": {
"name": "receptor-0:1.6.4-3.el10ap.x86_64",
"product_id": "receptor-0:1.6.4-3.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-3.el10ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"product": {
"name": "receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"product_id": "receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-3.el10ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"product": {
"name": "receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"product_id": "receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-3.el10ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"product": {
"name": "python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"product_id": "python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytokens@0.4.1-2.el10ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"product": {
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"product_id": "python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytokens-debugsource@0.4.1-2.el10ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"product": {
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"product_id": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytokens-debuginfo@0.4.1-2.el10ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"product": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"product_id": "python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pytokens@0.4.1-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"product": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"product_id": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pytokens-debugsource@0.4.1-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"product": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"product_id": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pytokens-debuginfo@0.4.1-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"product": {
"name": "python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"product_id": "python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pysequoia@0.1.32-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"product": {
"name": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"product_id": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pysequoia-debugsource@0.1.32-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"product": {
"name": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"product_id": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pysequoia-debuginfo@0.1.32-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"product": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"product_id": "python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography@46.0.5-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"product": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"product_id": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debugsource@46.0.5-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"product": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"product_id": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debuginfo@46.0.5-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"product": {
"name": "automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"product_id": "automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.14-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"product_id": "automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.14-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.14-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.14-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-2.el9ap.x86_64",
"product": {
"name": "receptor-0:1.6.4-2.el9ap.x86_64",
"product_id": "receptor-0:1.6.4-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"product": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"product_id": "receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"product": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"product_id": "receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.11-2.el9ap.x86_64",
"product": {
"name": "automation-controller-0:4.7.11-2.el9ap.x86_64",
"product_id": "automation-controller-0:4.7.11-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.11-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.11-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"product": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"product_id": "python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cffi@2.0.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"product": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"product_id": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cffi-debugsource@2.0.0-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"product": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"product_id": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cffi-debuginfo@2.0.0-1.el9ap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.6.4-3.el10ap.ppc64le",
"product": {
"name": "receptor-0:1.6.4-3.el10ap.ppc64le",
"product_id": "receptor-0:1.6.4-3.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-3.el10ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"product": {
"name": "receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"product_id": "receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-3.el10ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"product": {
"name": "receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"product_id": "receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-3.el10ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"product": {
"name": "python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"product_id": "python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytokens@0.4.1-2.el10ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"product": {
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"product_id": "python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytokens-debugsource@0.4.1-2.el10ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"product": {
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"product_id": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytokens-debuginfo@0.4.1-2.el10ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"product_id": "python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pytokens@0.4.1-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"product_id": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pytokens-debugsource@0.4.1-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"product_id": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pytokens-debuginfo@0.4.1-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"product_id": "python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pysequoia@0.1.32-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"product_id": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pysequoia-debugsource@0.1.32-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"product_id": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pysequoia-debuginfo@0.1.32-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"product": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"product_id": "python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography@46.0.5-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"product": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"product_id": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debugsource@46.0.5-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"product": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"product_id": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debuginfo@46.0.5-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"product": {
"name": "automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"product_id": "automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.14-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"product_id": "automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.14-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.14-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.14-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-2.el9ap.ppc64le",
"product": {
"name": "receptor-0:1.6.4-2.el9ap.ppc64le",
"product_id": "receptor-0:1.6.4-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"product": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"product_id": "receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"product": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"product_id": "receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.11-2.el9ap.ppc64le",
"product": {
"name": "automation-controller-0:4.7.11-2.el9ap.ppc64le",
"product_id": "automation-controller-0:4.7.11-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.11-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.11-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"product": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"product_id": "python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cffi@2.0.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"product": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"product_id": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cffi-debugsource@2.0.0-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"product": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"product_id": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cffi-debuginfo@2.0.0-1.el9ap?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.6.4-3.el10ap.s390x",
"product": {
"name": "receptor-0:1.6.4-3.el10ap.s390x",
"product_id": "receptor-0:1.6.4-3.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-3.el10ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"product": {
"name": "receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"product_id": "receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-3.el10ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"product": {
"name": "receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"product_id": "receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-3.el10ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-pytokens-0:0.4.1-2.el10ap.s390x",
"product": {
"name": "python3-pytokens-0:0.4.1-2.el10ap.s390x",
"product_id": "python3-pytokens-0:0.4.1-2.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytokens@0.4.1-2.el10ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"product": {
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"product_id": "python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytokens-debugsource@0.4.1-2.el10ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"product": {
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"product_id": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytokens-debuginfo@0.4.1-2.el10ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"product": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"product_id": "python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pytokens@0.4.1-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"product": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"product_id": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pytokens-debugsource@0.4.1-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"product": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"product_id": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pytokens-debuginfo@0.4.1-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"product": {
"name": "python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"product_id": "python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pysequoia@0.1.32-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"product": {
"name": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"product_id": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pysequoia-debugsource@0.1.32-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"product": {
"name": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"product_id": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pysequoia-debuginfo@0.1.32-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"product": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"product_id": "python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography@46.0.5-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"product": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"product_id": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debugsource@46.0.5-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"product": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"product_id": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debuginfo@46.0.5-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"product": {
"name": "automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"product_id": "automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.14-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"product_id": "automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.14-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.14-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.14-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-2.el9ap.s390x",
"product": {
"name": "receptor-0:1.6.4-2.el9ap.s390x",
"product_id": "receptor-0:1.6.4-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"product": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"product_id": "receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"product": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"product_id": "receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.11-2.el9ap.s390x",
"product": {
"name": "automation-controller-0:4.7.11-2.el9ap.s390x",
"product_id": "automation-controller-0:4.7.11-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.11-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.11-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"product": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"product_id": "python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cffi@2.0.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"product": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"product_id": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cffi-debugsource@2.0.0-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"product": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"product_id": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cffi-debuginfo@2.0.0-1.el9ap?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "receptor-0:1.6.4-3.el10ap.aarch64",
"product": {
"name": "receptor-0:1.6.4-3.el10ap.aarch64",
"product_id": "receptor-0:1.6.4-3.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-3.el10ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"product": {
"name": "receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"product_id": "receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-3.el10ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"product": {
"name": "receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"product_id": "receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-3.el10ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"product": {
"name": "python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"product_id": "python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytokens@0.4.1-2.el10ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"product": {
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"product_id": "python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytokens-debugsource@0.4.1-2.el10ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"product": {
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"product_id": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pytokens-debuginfo@0.4.1-2.el10ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"product": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"product_id": "python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pytokens@0.4.1-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"product": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"product_id": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pytokens-debugsource@0.4.1-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"product": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"product_id": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pytokens-debuginfo@0.4.1-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"product": {
"name": "python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"product_id": "python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pysequoia@0.1.32-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"product": {
"name": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"product_id": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pysequoia-debugsource@0.1.32-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"product": {
"name": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"product_id": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pysequoia-debuginfo@0.1.32-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"product": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"product_id": "python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography@46.0.5-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"product": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"product_id": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debugsource@46.0.5-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"product": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"product_id": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debuginfo@46.0.5-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"product": {
"name": "automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"product_id": "automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.14-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"product_id": "automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.14-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.14-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.14-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-2.el9ap.aarch64",
"product": {
"name": "receptor-0:1.6.4-2.el9ap.aarch64",
"product_id": "receptor-0:1.6.4-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"product": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"product_id": "receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"product": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"product_id": "receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.11-2.el9ap.aarch64",
"product": {
"name": "automation-controller-0:4.7.11-2.el9ap.aarch64",
"product_id": "automation-controller-0:4.7.11-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.11-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.11-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"product": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"product_id": "python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cffi@2.0.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"product": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"product_id": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cffi-debugsource@2.0.0-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"product": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"product_id": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cffi-debuginfo@2.0.0-1.el9ap?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-2:2.16.18-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch"
},
"product_reference": "ansible-core-2:2.16.18-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-2:2.16.18-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src"
},
"product_reference": "ansible-core-2:2.16.18-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:26.1.1-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch"
},
"product_reference": "ansible-lint-0:26.1.1-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:26.1.1-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src"
},
"product_reference": "ansible-lint-0:26.1.1-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-black-0:26.3.1-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src"
},
"product_reference": "python-black-0:26.3.1-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pathspec-0:1.0.4-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src"
},
"product_reference": "python-pathspec-0:1.0.4-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytokens-0:0.4.1-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src"
},
"product_reference": "python-pytokens-0:0.4.1-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64"
},
"product_reference": "python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le"
},
"product_reference": "python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x"
},
"product_reference": "python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64"
},
"product_reference": "python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-1:0.41.2-5.el10_1.1.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src"
},
"product_reference": "python-wheel-1:0.41.2-5.el10_1.1.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-black-0:26.3.1-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch"
},
"product_reference": "python3-black-0:26.3.1-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pathspec-0:1.0.4-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch"
},
"product_reference": "python3-pathspec-0:1.0.4-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-0:0.4.1-2.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64"
},
"product_reference": "python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-0:0.4.1-2.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le"
},
"product_reference": "python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-0:0.4.1-2.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x"
},
"product_reference": "python3-pytokens-0:0.4.1-2.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-0:0.4.1-2.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64"
},
"product_reference": "python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64"
},
"product_reference": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le"
},
"product_reference": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x"
},
"product_reference": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64"
},
"product_reference": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch"
},
"product_reference": "python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yamllint-0:1.38.0-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch"
},
"product_reference": "yamllint-0:1.38.0-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yamllint-0:1.38.0-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src"
},
"product_reference": "yamllint-0:1.38.0-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-2:2.16.18-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch"
},
"product_reference": "ansible-core-2:2.16.18-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-2:2.16.18-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src"
},
"product_reference": "ansible-core-2:2.16.18-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:26.1.1-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch"
},
"product_reference": "ansible-lint-0:26.1.1-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:26.1.1-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src"
},
"product_reference": "ansible-lint-0:26.1.1-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-black-0:26.3.1-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src"
},
"product_reference": "python-black-0:26.3.1-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pathspec-0:1.0.4-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src"
},
"product_reference": "python-pathspec-0:1.0.4-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytokens-0:0.4.1-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src"
},
"product_reference": "python-pytokens-0:0.4.1-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64"
},
"product_reference": "python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le"
},
"product_reference": "python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x"
},
"product_reference": "python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64"
},
"product_reference": "python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-1:0.41.2-5.el10_1.1.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src"
},
"product_reference": "python-wheel-1:0.41.2-5.el10_1.1.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-black-0:26.3.1-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch"
},
"product_reference": "python3-black-0:26.3.1-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pathspec-0:1.0.4-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch"
},
"product_reference": "python3-pathspec-0:1.0.4-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-0:0.4.1-2.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64"
},
"product_reference": "python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-0:0.4.1-2.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le"
},
"product_reference": "python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-0:0.4.1-2.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x"
},
"product_reference": "python3-pytokens-0:0.4.1-2.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-0:0.4.1-2.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64"
},
"product_reference": "python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64"
},
"product_reference": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le"
},
"product_reference": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x"
},
"product_reference": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64"
},
"product_reference": "python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch"
},
"product_reference": "python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-3.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64"
},
"product_reference": "receptor-0:1.6.4-3.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-3.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le"
},
"product_reference": "receptor-0:1.6.4-3.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-3.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x"
},
"product_reference": "receptor-0:1.6.4-3.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-3.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src"
},
"product_reference": "receptor-0:1.6.4-3.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-3.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64"
},
"product_reference": "receptor-0:1.6.4-3.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-3.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-3.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-3.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-3.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-3.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-3.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-3.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.4-3.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch"
},
"product_reference": "receptorctl-0:1.6.4-3.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yamllint-0:1.38.0-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch"
},
"product_reference": "yamllint-0:1.38.0-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yamllint-0:1.38.0-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src"
},
"product_reference": "yamllint-0:1.38.0-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.18-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch"
},
"product_reference": "ansible-core-1:2.16.18-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.18-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src"
},
"product_reference": "ansible-core-1:2.16.18-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:26.1.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch"
},
"product_reference": "ansible-lint-0:26.1.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:26.1.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src"
},
"product_reference": "ansible-lint-0:26.1.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.16.18-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch"
},
"product_reference": "ansible-test-1:2.16.18-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.7.11-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.7.11-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.7.11-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.11-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src"
},
"product_reference": "automation-controller-0:4.7.11-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.7.11-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.7.11-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-black-0:26.3.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch"
},
"product_reference": "python3.12-black-0:26.3.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-black-0:26.3.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src"
},
"product_reference": "python3.12-black-0:26.3.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x"
},
"product_reference": "python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src"
},
"product_reference": "python3.12-cffi-0:2.0.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x"
},
"product_reference": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x"
},
"product_reference": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64"
},
"product_reference": "python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le"
},
"product_reference": "python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x"
},
"product_reference": "python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src"
},
"product_reference": "python3.12-cryptography-0:46.0.5-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64"
},
"product_reference": "python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64"
},
"product_reference": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le"
},
"product_reference": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x"
},
"product_reference": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64"
},
"product_reference": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64"
},
"product_reference": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le"
},
"product_reference": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x"
},
"product_reference": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64"
},
"product_reference": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pathspec-0:1.0.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch"
},
"product_reference": "python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pathspec-0:1.0.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src"
},
"product_reference": "python3.12-pathspec-0:1.0.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64"
},
"product_reference": "python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x"
},
"product_reference": "python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src"
},
"product_reference": "python3.12-pytokens-0:0.4.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64"
},
"product_reference": "python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64"
},
"product_reference": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x"
},
"product_reference": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64"
},
"product_reference": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64"
},
"product_reference": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x"
},
"product_reference": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64"
},
"product_reference": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64"
},
"product_reference": "receptor-0:1.6.4-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.6.4-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x"
},
"product_reference": "receptor-0:1.6.4-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src"
},
"product_reference": "receptor-0:1.6.4-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64"
},
"product_reference": "receptor-0:1.6.4-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.4-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.4-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yamllint-0:1.38.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch"
},
"product_reference": "yamllint-0:1.38.0-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yamllint-0:1.38.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src"
},
"product_reference": "yamllint-0:1.38.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.18-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch"
},
"product_reference": "ansible-core-1:2.16.18-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.18-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src"
},
"product_reference": "ansible-core-1:2.16.18-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:26.1.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch"
},
"product_reference": "ansible-lint-0:26.1.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:26.1.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src"
},
"product_reference": "ansible-lint-0:26.1.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.16.18-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch"
},
"product_reference": "ansible-test-1:2.16.18-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-black-0:26.3.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch"
},
"product_reference": "python3.12-black-0:26.3.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-black-0:26.3.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src"
},
"product_reference": "python3.12-black-0:26.3.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x"
},
"product_reference": "python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src"
},
"product_reference": "python3.12-cffi-0:2.0.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x"
},
"product_reference": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x"
},
"product_reference": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64"
},
"product_reference": "python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le"
},
"product_reference": "python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x"
},
"product_reference": "python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src"
},
"product_reference": "python3.12-cryptography-0:46.0.5-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64"
},
"product_reference": "python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64"
},
"product_reference": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le"
},
"product_reference": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x"
},
"product_reference": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64"
},
"product_reference": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64"
},
"product_reference": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le"
},
"product_reference": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x"
},
"product_reference": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64"
},
"product_reference": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pathspec-0:1.0.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch"
},
"product_reference": "python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pathspec-0:1.0.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src"
},
"product_reference": "python3.12-pathspec-0:1.0.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64"
},
"product_reference": "python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x"
},
"product_reference": "python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src"
},
"product_reference": "python3.12-pytokens-0:0.4.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64"
},
"product_reference": "python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64"
},
"product_reference": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x"
},
"product_reference": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64"
},
"product_reference": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64"
},
"product_reference": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x"
},
"product_reference": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64"
},
"product_reference": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64"
},
"product_reference": "receptor-0:1.6.4-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.6.4-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x"
},
"product_reference": "receptor-0:1.6.4-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src"
},
"product_reference": "receptor-0:1.6.4-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64"
},
"product_reference": "receptor-0:1.6.4-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.4-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.4-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yamllint-0:1.38.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch"
},
"product_reference": "yamllint-0:1.38.0-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yamllint-0:1.38.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src"
},
"product_reference": "yamllint-0:1.38.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.18-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch"
},
"product_reference": "ansible-core-1:2.16.18-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.18-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src"
},
"product_reference": "ansible-core-1:2.16.18-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:26.1.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch"
},
"product_reference": "ansible-lint-0:26.1.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-lint-0:26.1.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src"
},
"product_reference": "ansible-lint-0:26.1.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.16.18-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch"
},
"product_reference": "ansible-test-1:2.16.18-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.7.11-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.7.11-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.7.11-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.11-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src"
},
"product_reference": "automation-controller-0:4.7.11-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.7.11-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.7.11-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.7.11-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.2.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.2.8-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src"
},
"product_reference": "automation-eda-controller-0:1.2.8-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-0:1.2.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.6.20260422-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch"
},
"product_reference": "automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.6.20260422-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src"
},
"product_reference": "automation-gateway-0:2.6.20260422-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-config-0:2.6.20260422-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch"
},
"product_reference": "automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.14-2.el9.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64"
},
"product_reference": "automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.14-2.el9.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le"
},
"product_reference": "automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.14-2.el9.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x"
},
"product_reference": "automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.14-2.el9.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src"
},
"product_reference": "automation-gateway-proxy-0:2.6.14-2.el9.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.14-2.el9.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64"
},
"product_reference": "automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.14-2.el9.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-server-0:2.6.20260422-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch"
},
"product_reference": "automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.11.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch"
},
"product_reference": "automation-hub-0:4.11.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.11.8-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src"
},
"product_reference": "automation-hub-0:4.11.8-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-platform-ui-0:2.6.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch"
},
"product_reference": "automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-platform-ui-0:2.6.8-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src"
},
"product_reference": "automation-platform-ui-0:2.6.8-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-black-0:26.3.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch"
},
"product_reference": "python3.12-black-0:26.3.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-black-0:26.3.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src"
},
"product_reference": "python3.12-black-0:26.3.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x"
},
"product_reference": "python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src"
},
"product_reference": "python3.12-cffi-0:2.0.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-0:2.0.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x"
},
"product_reference": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64"
},
"product_reference": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le"
},
"product_reference": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x"
},
"product_reference": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64"
},
"product_reference": "python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64"
},
"product_reference": "python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le"
},
"product_reference": "python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x"
},
"product_reference": "python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src"
},
"product_reference": "python3.12-cryptography-0:46.0.5-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:46.0.5-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64"
},
"product_reference": "python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64"
},
"product_reference": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le"
},
"product_reference": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x"
},
"product_reference": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64"
},
"product_reference": "python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64"
},
"product_reference": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le"
},
"product_reference": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x"
},
"product_reference": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64"
},
"product_reference": "python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src"
},
"product_reference": "python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-dynaconf-0:3.2.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch"
},
"product_reference": "python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-dynaconf-0:3.2.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src"
},
"product_reference": "python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch"
},
"product_reference": "python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-importer-0:0.4.38-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src"
},
"product_reference": "python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch"
},
"product_reference": "python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.11.8-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src"
},
"product_reference": "python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch"
},
"product_reference": "python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-jwcrypto-0:1.5.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src"
},
"product_reference": "python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-markdown-0:3.10.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch"
},
"product_reference": "python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-markdown-0:3.10.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src"
},
"product_reference": "python3.12-markdown-0:3.10.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pathspec-0:1.0.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch"
},
"product_reference": "python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pathspec-0:1.0.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src"
},
"product_reference": "python3.12-pathspec-0:1.0.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-container-0:2.19.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch"
},
"product_reference": "python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-container-0:2.19.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src"
},
"product_reference": "python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.57-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch"
},
"product_reference": "python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.57-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src"
},
"product_reference": "python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch"
},
"product_reference": "python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src"
},
"product_reference": "python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-0:0.6.3-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch"
},
"product_reference": "python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-0:0.6.3-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src"
},
"product_reference": "python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch"
},
"product_reference": "python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src"
},
"product_reference": "python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch"
},
"product_reference": "python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyjwt-0:2.12.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch"
},
"product_reference": "python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pyjwt-0:2.12.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src"
},
"product_reference": "python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64"
},
"product_reference": "python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pysequoia-0:0.1.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x"
},
"product_reference": "python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pysequoia-0:0.1.32-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src"
},
"product_reference": "python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64"
},
"product_reference": "python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64"
},
"product_reference": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x"
},
"product_reference": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64"
},
"product_reference": "python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64"
},
"product_reference": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x"
},
"product_reference": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64"
},
"product_reference": "python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64"
},
"product_reference": "python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x"
},
"product_reference": "python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src"
},
"product_reference": "python3.12-pytokens-0:0.4.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-0:0.4.1-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64"
},
"product_reference": "python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64"
},
"product_reference": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x"
},
"product_reference": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64"
},
"product_reference": "python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64"
},
"product_reference": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x"
},
"product_reference": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64"
},
"product_reference": "python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64"
},
"product_reference": "receptor-0:1.6.4-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.6.4-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x"
},
"product_reference": "receptor-0:1.6.4-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src"
},
"product_reference": "receptor-0:1.6.4-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64"
},
"product_reference": "receptor-0:1.6.4-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.4-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.4-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yamllint-0:1.38.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch"
},
"product_reference": "yamllint-0:1.38.0-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yamllint-0:1.38.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
},
"product_reference": "yamllint-0:1.38.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14550",
"cwe": {
"id": "CWE-167",
"name": "Improper Handling of Additional Special Element"
},
"discovery_date": "2026-02-03T15:01:12.970018+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436341"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Django. A remote attacker can exploit this vulnerability by sending a crafted request containing multiple duplicate headers to the ASGIRequest component. This can lead to a potential Denial of Service (DoS), making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Django: Django: Denial of Service via crafted request with duplicate headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This MODERATE impact denial-of-service flaw in Django affects Red Hat products utilizing the ASGIRequest component, such as Red Hat Ansible Automation Platform, Red Hat Discovery, and Red Hat Satellite. A remote attacker could send specially crafted requests containing duplicate headers, potentially rendering the affected system 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": [
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14550"
},
{
"category": "external",
"summary": "RHBZ#2436341",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436341"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14550",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14550"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14550",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14550"
},
{
"category": "external",
"summary": "https://docs.djangoproject.com/en/dev/releases/security/",
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"category": "external",
"summary": "https://groups.google.com/g/django-announce",
"url": "https://groups.google.com/g/django-announce"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2026/feb/03/security-releases/",
"url": "https://www.djangoproject.com/weblog/2026/feb/03/security-releases/"
}
],
"release_date": "2026-02-03T14:38:15.875000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T14:10:09+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13508"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Django: Django: Denial of Service via crafted request with duplicate headers"
},
{
"cve": "CVE-2025-69534",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2026-03-05T16:01:10.432461+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444839"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python-Markdown. Parsing crafted markdown content containing malformed HTML-like sequences causes html.parser.HTMLParser to raise an unhandled AssertionError. This unhandled exception allows an attacker to cause an application crash and potentially disclose sensitive information via its stack trace.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-markdown: denial of service via malformed HTML-like sequences",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a specially crafted payload to be processed by an application using Python-Markdown. Additionally, the security impact of this vulnerability is limited to an information disclosure via the unhandled exception stack trace and a denial of service. There is no memory corruption or arbitrary command execution. Due to these reasons, this issue 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": [
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69534"
},
{
"category": "external",
"summary": "RHBZ#2444839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444839"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69534"
},
{
"category": "external",
"summary": "https://github.com/Python-Markdown/markdown",
"url": "https://github.com/Python-Markdown/markdown"
},
{
"category": "external",
"summary": "https://github.com/Python-Markdown/markdown/actions/runs/15736122892",
"url": "https://github.com/Python-Markdown/markdown/actions/runs/15736122892"
},
{
"category": "external",
"summary": "https://github.com/Python-Markdown/markdown/issues/1534",
"url": "https://github.com/Python-Markdown/markdown/issues/1534"
}
],
"release_date": "2026-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T14:10:09+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13508"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, wrap your markdown parsing function in a try/except block. This catches the unhandled exception, preventing both the application crash and the stack trace leak.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-markdown: denial of service via malformed HTML-like sequences"
},
{
"acknowledgments": [
{
"names": [
"Robin Bobbitt"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-6266",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"discovery_date": "2026-04-14T06:29:16.779000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458142"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the AAP gateway. The user auto-link strategy, introduced in AAP 2.6, automatically links an external Identity Provider (IDP) identity to an existing AAP user account based on email matching without verifying email ownership. This allows a remote attacker to potentially hijack a victim\u0027s account or gain unauthorized access to other accounts, including administrative accounts, by manipulating the IDP-provided email.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aap-controller: aap-gateway: Account hijacking and unauthorized access via unverified email linking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6266"
},
{
"category": "external",
"summary": "RHBZ#2458142",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458142"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6266"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6266",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6266"
}
],
"release_date": "2026-05-04T13:35:24.113000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T14:10:09+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13508"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aap-controller: aap-gateway: Account hijacking and unauthorized access via unverified email linking"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"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": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
},
"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-05-04T14:10:09+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13508"
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
},
"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-05-04T14:10:09+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13508"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T14:10:09+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13508"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"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": [
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
},
"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-05-04T14:10:09+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13508"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyOpenSSL: DTLS cookie callback buffer overflow"
},
{
"cve": "CVE-2026-27606",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-25T04:01:24.449922+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442530"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rollup: Rollup: Remote Code Execution via Path Traversal 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": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "RHBZ#2442530",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442530"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27606",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27606"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2",
"url": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e",
"url": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3",
"url": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v2.80.0",
"url": "https://github.com/rollup/rollup/releases/tag/v2.80.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v3.30.0",
"url": "https://github.com/rollup/rollup/releases/tag/v3.30.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v4.59.0",
"url": "https://github.com/rollup/rollup/releases/tag/v4.59.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc",
"url": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc"
}
],
"release_date": "2026-02-25T02:08:06.682000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T14:10:09+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13508"
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T14:10:09+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13508"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"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": [
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
},
"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-05-04T14:10:09+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13508"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)"
},
{
"cve": "CVE-2026-39373",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-07T20:02:40.578376+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456187"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in JWCrypto, a Python library for JSON Web Key (JWK), JSON Web Signature (JWS), and JSON Web Encryption (JWE) specifications. An unauthenticated attacker can exploit this vulnerability by sending specially crafted JWE tokens that use ZIP compression. While the input token size is limited, the decompressed output size is not validated, allowing an attacker to cause excessive memory consumption. This can lead to memory exhaustion on affected systems, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "JWCrypto: python-cryptography: python: JWCrypto: Memory exhaustion via crafted compressed JWE tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in JWCrypto, a Python library used in Red Hat products such as Red Hat Ansible Automation Platform and Red Hat Enterprise Linux. An unauthenticated attacker can send specially crafted JWE tokens with ZIP compression, leading to excessive memory consumption and potential system exhaustion. This can result in a denial of service on affected systems.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39373"
},
{
"category": "external",
"summary": "RHBZ#2456187",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456187"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39373",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39373"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39373",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39373"
},
{
"category": "external",
"summary": "https://github.com/latchset/jwcrypto/security/advisories/GHSA-fjrm-76x2-c4q4",
"url": "https://github.com/latchset/jwcrypto/security/advisories/GHSA-fjrm-76x2-c4q4"
}
],
"release_date": "2026-04-07T19:35:36.071000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T14:10:09+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13508"
}
],
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.18-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-black-0:26.3.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pathspec-0:1.0.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-0:0.4.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python-pytokens-debugsource-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python-wheel-1:0.41.2-5.el10_1.1.src",
"10Base-Ansible-Automation-Platform-2.6:python3-black-0:26.3.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pathspec-0:1.0.4-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:python3-pytokens-debuginfo-0:0.4.1-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:python3-wheel-wheel-1:0.41.2-5.el10_1.1.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-3.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-3.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-2.el10ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:yamllint-0:1.38.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-lint-0:26.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.11-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.11-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-2.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-black-0:26.3.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debuginfo-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cffi-debugsource-0:2.0.0-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debuginfo-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-cryptography-debugsource-0:46.0.5-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260422-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-dynaconf-0:3.2.13-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-importer-0:0.4.38-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-jwcrypto-0:1.5.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-markdown-0:3.10.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pathspec-0:1.0.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.10-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.57-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyOpenSSL-0:26.0.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-0:0.6.3-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyasn1-modules-0:0.4.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt+crypto-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pyjwt-0:2.12.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debuginfo-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pysequoia-debugsource-0:0.1.32-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debuginfo-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pytokens-debugsource-0:0.4.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:yamllint-0:1.38.0-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "JWCrypto: python-cryptography: python: JWCrypto: Memory exhaustion via crafted compressed JWE tokens"
}
]
}
RHSA-2026:18054
Vulnerability from csaf_redhat - Published: 2026-05-18 12:24 - Updated: 2026-05-28 21:34A 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: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src | — |
Workaround
|
A flaw was found in Wildfly Elytron integration. The component does not implement sufficient measures to prevent multiple failed authentication attempts within a short time frame, making it more susceptible to brute force attacks via CLI.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src | — |
Workaround
|
A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcprov. The `LDAPStoreHelper` implementation fails to properly neutralize special elements in user-supplied input before incorporating them into LDAP queries. This allows a remote attacker to execute an LDAP injection attack by supplying crafted input, potentially leading to disclosure of sensitive information or the manipulation of directory search queries.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src | — |
Workaround
|
A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpg. A specially crafted PGP AEAD (Authenticated Encryption with Associated Data) message with an unbounded chunk size can lead to an excessive consumption of memory. This issue allows an unauthenticated remote attacker to cause memory exhaustion in a JVM, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src | — |
Workaround
|
A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpkix. The PKIX draft `CompositeVerifier` implementation improperly accepts an empty signature sequence as a valid cryptographic signature. This issue allows a remote attacker to bypass signature verification mechanisms, potentially compromising the authenticity and integrity of data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src | — |
Workaround
|
A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA core. A covert timing channel vulnerability, caused by non-constant time comparisons, risks the leakage of private keys in the FrodoKEM implementation. An unauthenticated, remote attacker can potentially exploit this timing discrepancy to gain unauthorized access to sensitive cryptographic information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src | — |
A flaw was found in Apache Artemis and Apache ActiveMQ Artemis. An unauthenticated remote attacker can exploit a missing authentication for critical function vulnerability by using the Core protocol. This allows the attacker to force a target broker to establish an outbound Core federation connection to an attacker-controlled rogue broker. The primary consequence is the potential for message injection into any queue and/or message exfiltration from any queue via the rogue broker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src | — |
Workaround
|
A flaw was found in mchange-commons-java, a Java utility library. An attacker can exploit this vulnerability by providing a maliciously crafted `javax.naming.Reference` or serialized object to an application using the library. This can provoke the application to download and execute arbitrary malicious code due to mchange-commons-java's independent implementation of Java Naming and Directory Interface (JNDI) dereferencing, which supports remote code loading. This could lead to arbitrary code execution within the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src | — |
Workaround
|
A flaw was found in c3p0, a Java Database Connectivity (JDBC) Connection pooling library. This vulnerability allows an attacker to achieve arbitrary code execution by providing maliciously crafted Java-serialized objects or `javax.naming.Reference` instances. By manipulating the `userOverridesAsString` property, an attacker can cause the application to download and execute malicious code from a remote location on its CLASSPATH.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src | — |
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src | — |
A flaw was found in Netty. A remote attacker could exploit this vulnerability by sending specially crafted HTTP/1.1 chunked transfer encoding extension values. Due to incorrect parsing of quoted strings, this flaw enables request smuggling attacks, potentially allowing an attacker to bypass security controls or access unauthorized information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src | — |
Workaround
|
A flaw was found in Netty. A remote user can trigger a Denial of Service (DoS) against a Netty HTTP/2 server by sending a flood of CONTINUATION frames. The server's lack of a limit on these frames, coupled with a bypass of size-based mitigations using zero-byte frames, allows an attacker to consume excessive CPU resources. This can render the server unresponsive with minimal bandwidth usage.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch | — | ||
| Unresolved product id: 8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src | — |
{
"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 security update is now available for Red Hat JBoss Enterprise Application Platform 8.1 for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat JBoss Enterprise Application Platform 8 is a platform for Java applications based on the WildFly application runtime. This release of Red Hat JBoss Enterprise Application Platform 8.1.6 serves as a replacement for Red Hat JBoss Enterprise Application Platform 8.1.5, and includes bug fixes and enhancements. See the Red Hat JBoss Enterprise Application Platform 8.1.6 Release Notes for information about the most significant bug fixes and enhancements included in this release.\n\nSecurity Fix(es):\n\n* bcprov-jdk18on: GOSTCTR implementation unable to process more than 255 blocks correctly (CVE-2025-14813)\n\n*bouncycastle: BC-JAVA: GOSTCTR implementation unable to process more than 255 blocks correctly (CVE-2025-14813)\n\n* bouncycastle: BC-JAVA: unbounded PGP AEAD chunk size leads to pre-auth resource exhaustion (CVE-2026-3505)\n\n* bouncycastle: BC-JAVA: PKIX draft CompositeVerifier accepts empty signature sequence as valid (CVE-2026-5588)\n\n* bcprov-ext-jdk15on: LDAP injection vulnerability in LDAPStoreHelper.java (CVE-2026-0636)\n\n* bcprov-jdk12: private key leakage via non-constant time comparisons (CVE-2026-5598)\n\n* netty-codec-http: Netty: Denial of Service via HTTP/2 CONTINUATION frame flood (CVE-2026-33871)\n\n* netty-codec-http: Netty: Request smuggling via incorrect parsing of HTTP/1.1 chunked transfer encoding extension values (CVE-2026-33870)\n\n* artemis-server: Apache Artemis, Apache ActiveMQ Artemis: Message injection and exfiltration due to missing authentication (CVE-2026-27446)\n\n* org.hibernate.orm/hibernate-c3p0: c3p0: Arbitrary Code Execution via deserialization of crafted objects [(CVE-2026-27830)\n\n* org.keycloak-keycloak-parent: Minimatch: Denial of Service via catastrophic backtracking in glob expressions (CVE-2026-27904)\n\n* mchange-commons-java: mchange-commons-java: Arbitrary code execution via JNDI dereferencing of crafted objects (CVE-2026-27727)\n\n* io.hawt-project: minimatch: Denial of Service via specially crafted glob patterns (CVE-2026-26996)\n\n* wildfly-elytron-integration: Wildfly Elytron Brute Force Attack via CLI (CVE-2025-23368)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:18054",
"url": "https://access.redhat.com/errata/RHSA-2026:18054"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1",
"url": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1/html/release_notes_for_red_hat_jboss_enterprise_application_platform_8.1/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1/html/release_notes_for_red_hat_jboss_enterprise_application_platform_8.1/index"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1/html/red_hat_jboss_enterprise_application_platform_installation_methods/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1/html/red_hat_jboss_enterprise_application_platform_installation_methods/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/articles/7134190",
"url": "https://access.redhat.com/articles/7134190"
},
{
"category": "external",
"summary": "2337621",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337621"
},
{
"category": "external",
"summary": "2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "2442671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442671"
},
{
"category": "external",
"summary": "2442908",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442908"
},
{
"category": "external",
"summary": "2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "2444320",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444320"
},
{
"category": "external",
"summary": "2452453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452453"
},
{
"category": "external",
"summary": "2452456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452456"
},
{
"category": "external",
"summary": "2458634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458634"
},
{
"category": "external",
"summary": "2458635",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458635"
},
{
"category": "external",
"summary": "2458638",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458638"
},
{
"category": "external",
"summary": "2458640",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458640"
},
{
"category": "external",
"summary": "2458641",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458641"
},
{
"category": "external",
"summary": "JBEAP-29032",
"url": "https://issues.redhat.com/browse/JBEAP-29032"
},
{
"category": "external",
"summary": "JBEAP-31314",
"url": "https://issues.redhat.com/browse/JBEAP-31314"
},
{
"category": "external",
"summary": "JBEAP-31468",
"url": "https://issues.redhat.com/browse/JBEAP-31468"
},
{
"category": "external",
"summary": "JBEAP-31868",
"url": "https://issues.redhat.com/browse/JBEAP-31868"
},
{
"category": "external",
"summary": "JBEAP-31874",
"url": "https://issues.redhat.com/browse/JBEAP-31874"
},
{
"category": "external",
"summary": "JBEAP-32025",
"url": "https://issues.redhat.com/browse/JBEAP-32025"
},
{
"category": "external",
"summary": "JBEAP-32028",
"url": "https://issues.redhat.com/browse/JBEAP-32028"
},
{
"category": "external",
"summary": "JBEAP-32064",
"url": "https://issues.redhat.com/browse/JBEAP-32064"
},
{
"category": "external",
"summary": "JBEAP-32074",
"url": "https://issues.redhat.com/browse/JBEAP-32074"
},
{
"category": "external",
"summary": "JBEAP-32078",
"url": "https://issues.redhat.com/browse/JBEAP-32078"
},
{
"category": "external",
"summary": "JBEAP-32084",
"url": "https://issues.redhat.com/browse/JBEAP-32084"
},
{
"category": "external",
"summary": "JBEAP-32123",
"url": "https://issues.redhat.com/browse/JBEAP-32123"
},
{
"category": "external",
"summary": "JBEAP-32209",
"url": "https://issues.redhat.com/browse/JBEAP-32209"
},
{
"category": "external",
"summary": "JBEAP-32212",
"url": "https://issues.redhat.com/browse/JBEAP-32212"
},
{
"category": "external",
"summary": "JBEAP-32266",
"url": "https://issues.redhat.com/browse/JBEAP-32266"
},
{
"category": "external",
"summary": "JBEAP-32293",
"url": "https://issues.redhat.com/browse/JBEAP-32293"
},
{
"category": "external",
"summary": "JBEAP-32295",
"url": "https://issues.redhat.com/browse/JBEAP-32295"
},
{
"category": "external",
"summary": "JBEAP-32339",
"url": "https://issues.redhat.com/browse/JBEAP-32339"
},
{
"category": "external",
"summary": "JBEAP-32350",
"url": "https://issues.redhat.com/browse/JBEAP-32350"
},
{
"category": "external",
"summary": "JBEAP-32415",
"url": "https://issues.redhat.com/browse/JBEAP-32415"
},
{
"category": "external",
"summary": "JBEAP-32481",
"url": "https://issues.redhat.com/browse/JBEAP-32481"
},
{
"category": "external",
"summary": "JBEAP-32486",
"url": "https://issues.redhat.com/browse/JBEAP-32486"
},
{
"category": "external",
"summary": "JBEAP-32544",
"url": "https://issues.redhat.com/browse/JBEAP-32544"
},
{
"category": "external",
"summary": "JBEAP-32601",
"url": "https://issues.redhat.com/browse/JBEAP-32601"
},
{
"category": "external",
"summary": "JBEAP-32687",
"url": "https://issues.redhat.com/browse/JBEAP-32687"
},
{
"category": "external",
"summary": "JBEAP-32755",
"url": "https://issues.redhat.com/browse/JBEAP-32755"
},
{
"category": "external",
"summary": "JBEAP-32773",
"url": "https://issues.redhat.com/browse/JBEAP-32773"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_18054.json"
}
],
"title": "Red Hat Security Advisory: Red Hat JBoss Enterprise Application Platform 8.1.6 security update",
"tracking": {
"current_release_date": "2026-05-28T21:34:41+00:00",
"generator": {
"date": "2026-05-28T21:34:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:18054",
"initial_release_date": "2026-05-18T12:24:24+00:00",
"revision_history": [
{
"date": "2026-05-18T12:24:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-18T12:24:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T21:34:41+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat JBoss EAP 8.1 for RHEL 8",
"product": {
"name": "Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat JBoss Enterprise Application Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"product": {
"name": "eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"product_id": "eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-openssl-el8-x86_64@2.3.0-1.Final.redhat.00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hal-console@3.7.19-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"product_id": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-eap-product-conf-parent@801.6.0-1.GA_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"product_id": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-bouncycastle@1.84.0-1.redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"product_id": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jctools@4.0.6-1.redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"product": {
"name": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"product_id": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis@2.40.0-6.redhat_00012.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate@6.6.48-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"product_id": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-guava-failureaccess@1.0.3-1.redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"product": {
"name": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"product_id": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-guava-libraries@33.0.0-3.jre_redhat_00004.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-logging@3.6.2-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-http-client@2.1.4-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"product_id": "eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-angus@2.0.5-1.redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-openssl@2.3.0-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"product_id": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-reactivex-rxjava@3.1.12-1.redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"product": {
"name": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"product_id": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-javadocs@8.1.1-10.GA_redhat_00017.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search@7.2.6-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-transport-native-epoll@4.1.132-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"product_id": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jakarta-activation@2.1.4-1.redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty@4.1.132-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"product_id": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-metadata@16.1.0-1.Final_redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"product": {
"name": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"product_id": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-client-config@1.0.1-4.Final_redhat_00002.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"product_id": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-angus-activation@2.0.3-1.redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src",
"product": {
"name": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src",
"product_id": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-yasson@3.0.4-5.redhat_00007.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"product": {
"name": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"product_id": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-plexus-utils@3.6.1-1.redhat_00001.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"product": {
"name": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"product_id": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly@8.1.6-5.GA_redhat_00007.1.el8eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"product": {
"name": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"product_id": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-reactivex-rxjava2@2.2.21-5.redhat_00003.1.el8eap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"product": {
"name": "eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"product_id": "eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-openssl-el8-x86_64@2.3.0-1.Final.redhat.00001.1.el8eap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"product": {
"name": "eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"product_id": "eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-openssl-el8-x86_64-debuginfo@2.3.0-1.Final.redhat.00001.1.el8eap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"product": {
"name": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"product_id": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-transport-native-epoll@4.1.132-1.Final_redhat_00001.1.el8eap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"product": {
"name": "eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"product_id": "eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-transport-native-epoll-debuginfo@4.1.132-1.Final_redhat_00001.1.el8eap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hal-console@3.7.19-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-eap-product-conf-parent@801.6.0-1.GA_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-eap-product-conf-wildfly-ee-feature-pack@801.6.0-1.GA_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-bouncycastle@1.84.0-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-bouncycastle-jmail@1.84.0-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-bouncycastle-pg@1.84.0-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-bouncycastle-pkix@1.84.0-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-bouncycastle-prov@1.84.0-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-bouncycastle-util@1.84.0-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jctools@4.0.6-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jctools-core@4.0.6-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product": {
"name": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_id": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis@2.40.0-6.redhat_00012.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product": {
"name": "eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_id": "eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-cli@2.40.0-6.redhat_00012.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product": {
"name": "eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_id": "eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-commons@2.40.0-6.redhat_00012.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product": {
"name": "eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_id": "eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-core-client@2.40.0-6.redhat_00012.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product": {
"name": "eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_id": "eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-dto@2.40.0-6.redhat_00012.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product": {
"name": "eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_id": "eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-hornetq-protocol@2.40.0-6.redhat_00012.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product": {
"name": "eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_id": "eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-hqclient-protocol@2.40.0-6.redhat_00012.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product": {
"name": "eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_id": "eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-jakarta-client@2.40.0-6.redhat_00012.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product": {
"name": "eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_id": "eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-jakarta-ra@2.40.0-6.redhat_00012.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product": {
"name": "eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_id": "eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-jakarta-server@2.40.0-6.redhat_00012.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product": {
"name": "eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_id": "eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-jakarta-service-extensions@2.40.0-6.redhat_00012.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product": {
"name": "eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_id": "eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-jdbc-store@2.40.0-6.redhat_00012.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product": {
"name": "eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_id": "eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-journal@2.40.0-6.redhat_00012.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product": {
"name": "eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_id": "eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-selector@2.40.0-6.redhat_00012.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product": {
"name": "eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_id": "eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-server@2.40.0-6.redhat_00012.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate@6.6.48-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-core@6.6.48-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-envers@6.6.48-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-guava-failureaccess@1.0.3-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"product": {
"name": "eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"product_id": "eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-guava@33.0.0-3.jre_redhat_00004.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"product": {
"name": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"product_id": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-guava-libraries@33.0.0-3.jre_redhat_00004.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-logging@3.6.2-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-http-client-common@2.1.4-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-http-ejb-client@2.1.4-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-http-naming-client@2.1.4-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-http-transaction-client@2.1.4-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-angus-mail@2.0.5-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-openssl@2.3.0-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-openssl-java@2.3.0-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-reactivex-rxjava@3.1.12-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"product_id": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-javadocs@8.1.1-10.GA_redhat_00017.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search@7.2.6-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search-backend-elasticsearch@7.2.6-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search-backend-lucene@7.2.6-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search-engine@7.2.6-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search-mapper-orm@7.2.6-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search-mapper-pojo-base@7.2.6-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search-util-common@7.2.6-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jakarta-activation@2.1.4-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty@4.1.132-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-buffer@4.1.132-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-codec@4.1.132-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-codec-dns@4.1.132-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-codec-http@4.1.132-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-codec-socks@4.1.132-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-common@4.1.132-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-handler@4.1.132-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-handler-proxy@4.1.132-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-resolver@4.1.132-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-resolver-dns@4.1.132-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-transport@4.1.132-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-transport-classes-epoll@4.1.132-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-transport-native-unix-common@4.1.132-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-metadata@16.1.0-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-metadata-appclient@16.1.0-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-metadata-common@16.1.0-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-metadata-ear@16.1.0-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-metadata-ejb@16.1.0-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_id": "eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-metadata-web@16.1.0-1.Final_redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"product_id": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-client-config@1.0.1-4.Final_redhat_00002.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-angus-activation@2.0.3-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"product": {
"name": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"product_id": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-yasson@3.0.4-5.redhat_00007.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"product": {
"name": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"product_id": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-plexus-utils@3.6.1-1.redhat_00001.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"product_id": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly@8.1.6-5.GA_redhat_00007.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"product_id": "eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-java-jdk17@8.1.6-5.GA_redhat_00007.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"product_id": "eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-java-jdk21@8.1.6-5.GA_redhat_00007.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"product": {
"name": "eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"product_id": "eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-modules@8.1.6-5.GA_redhat_00007.1.el8eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"product": {
"name": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"product_id": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-reactivex-rxjava2@2.2.21-5.redhat_00003.1.el8eap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
},
"product_reference": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src"
},
"product_reference": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
},
"product_reference": "eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
},
"product_reference": "eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
},
"product_reference": "eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
},
"product_reference": "eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
},
"product_reference": "eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
},
"product_reference": "eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
},
"product_reference": "eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
},
"product_reference": "eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
},
"product_reference": "eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
},
"product_reference": "eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
},
"product_reference": "eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
},
"product_reference": "eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
},
"product_reference": "eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
},
"product_reference": "eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch"
},
"product_reference": "eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch"
},
"product_reference": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src"
},
"product_reference": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64"
},
"product_reference": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64 as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64"
},
"product_reference": "eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch"
},
"product_reference": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src"
},
"product_reference": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src"
},
"product_reference": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src"
},
"product_reference": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src"
},
"product_reference": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src"
},
"product_reference": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src"
},
"product_reference": "eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64"
},
"product_reference": "eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64 as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64"
},
"product_reference": "eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch"
},
"product_reference": "eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch"
},
"product_reference": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"relates_to_product_reference": "8Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 8",
"product_id": "8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
},
"product_reference": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src",
"relates_to_product_reference": "8Base-JBEAP-8.1"
}
]
},
"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": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"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": [
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
],
"known_not_affected": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
},
"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-05-18T12:24:24+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18054"
},
{
"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": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"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": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: GOSTCTR implementation unable to process more than 255 blocks correctly"
},
{
"acknowledgments": [
{
"names": [
"Claudia Bartolini",
"Marco Ventura",
"Massimiliano Brolli"
],
"organization": "TIM S.p.A"
}
],
"cve": "CVE-2025-23368",
"cwe": {
"id": "CWE-307",
"name": "Improper Restriction of Excessive Authentication Attempts"
},
"discovery_date": "2025-01-14T14:56:46.792000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2337621"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Wildfly Elytron integration. The component does not implement sufficient measures to prevent multiple failed authentication attempts within a short time frame, making it more susceptible to brute force attacks via CLI.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.wildfly.core:wildfly-elytron-integration: Wildfly Elytron Brute Force Attack via CLI",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "According to WildFly Elytron, this affects all versions of JBoss EAP from version 7.1.\nRed Hat build of Keycloak does not ship wildfly-elytron.",
"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": [
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch"
],
"known_not_affected": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-23368"
},
{
"category": "external",
"summary": "RHBZ#2337621",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337621"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-23368",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23368"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-23368",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-23368"
},
{
"category": "external",
"summary": "https://www.gruppotim.it/it/footer/red-team.html",
"url": "https://www.gruppotim.it/it/footer/red-team.html"
}
],
"release_date": "2025-03-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:24:24+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18054"
},
{
"category": "workaround",
"details": "The effectiveness of an attack will also be dependent on the complexity of the usernames and passwords defined for the target installation.",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"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": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.wildfly.core:wildfly-elytron-integration: Wildfly Elytron Brute Force Attack via CLI"
},
{
"cve": "CVE-2026-0636",
"cwe": {
"id": "CWE-90",
"name": "Improper Neutralization of Special Elements used in an LDAP Query (\u0027LDAP Injection\u0027)"
},
"discovery_date": "2026-04-15T10:01:32.911938+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458641"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcprov. The `LDAPStoreHelper` implementation fails to properly neutralize special elements in user-supplied input before incorporating them into LDAP queries. This allows a remote attacker to execute an LDAP injection attack by supplying crafted input, potentially leading to disclosure of sensitive information or the manipulation of directory search queries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: LDAP injection vulnerability in LDAPStoreHelper.java",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to submit crafted input to an application using the `LDAPStoreHelper` implementation for directory queries. An attack typically requires the application to pass the malicious input directly into a search filter, allowing the attacker to modify the resulting LDAP query.\nThe primary impact of this vulnerability is the loss of confidentiality and integrity for directory data. This can allow an attacker to bypass search restrictions and manipulate directory results, potentially leading to unauthorized access or privilege escalation.",
"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": [
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
],
"known_not_affected": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0636"
},
{
"category": "external",
"summary": "RHBZ#2458641",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458641"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0636"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0636",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0636"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/commit/d20cdb8430e09224114fec0179a71859929fcbde",
"url": "https://github.com/bcgit/bc-java/commit/d20cdb8430e09224114fec0179a71859929fcbde"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%900636",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%900636"
}
],
"release_date": "2026-04-15T08:59:12.677000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:24:24+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18054"
},
{
"category": "workaround",
"details": "To mitigate this flaw, sanitize all user-supplied input to remove or escape LDAP special characters before passing it to the LDAPStoreHelper for directory queries. If the input contains unexpected metacharacters such as asterisks, parentheses or backslashes, reject the request or escape the characters.",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: LDAP injection vulnerability in LDAPStoreHelper.java"
},
{
"cve": "CVE-2026-3505",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-15T10:01:17.415497+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458638"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpg. A specially crafted PGP AEAD (Authenticated Encryption with Associated Data) message with an unbounded chunk size can lead to an excessive consumption of memory. This issue allows an unauthenticated remote attacker to cause memory exhaustion in a JVM, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: unbounded PGP AEAD chunk size leads to pre-auth resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to submit a specially crafted PGP AEAD message containing an unbounded chunk size to an application. An attack typically requires the application to process this malformed data, resulting in the uncontrolled allocation of memory resources.\nThe primary impact of this vulnerability is a compromise of system availability, allowing an unauthenticated remote attacker to cause memory exhaustion in a JVM, resulting in a denial of service.",
"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": [
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
],
"known_not_affected": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3505"
},
{
"category": "external",
"summary": "RHBZ#2458638",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458638"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3505",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3505"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3505",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3505"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%903505",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%903505"
}
],
"release_date": "2026-04-15T09:06:37.939000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:24:24+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18054"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, enforce payload size limits on all incoming PGP messages before processing them. Additionally, apply memory quotas to the JVM or container environment to prevent a complete system outage in the event of memory exhaustion.",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"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": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: unbounded PGP AEAD chunk size leads to pre-auth resource exhaustion"
},
{
"cve": "CVE-2026-5588",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-04-15T10:00:59.672015+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458634"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpkix. The PKIX draft `CompositeVerifier` implementation improperly accepts an empty signature sequence as a valid cryptographic signature. This issue allows a remote attacker to bypass signature verification mechanisms, potentially compromising the authenticity and integrity of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: PKIX draft CompositeVerifier accepts empty signature sequence as valid",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to submit a crafted payload or token containing an empty signature sequence to an application using the `CompositeVerifier` for cryptographic validation. An attack typically requires the application to process this malformed data and improperly accept the empty sequence as a valid signature, bypassing standard verification checks.\nThe primary impact of this vulnerability is the compromise of data authenticity and integrity, allowing an attacker to forge digital signatures and impersonate trusted entities.",
"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": [
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
],
"known_not_affected": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5588"
},
{
"category": "external",
"summary": "RHBZ#2458634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458634"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5588",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5588"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5588",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5588"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%905588",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%905588"
}
],
"release_date": "2026-04-15T09:06:15.617000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:24:24+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18054"
},
{
"category": "workaround",
"details": "To mitigate this flaw, check that the signature sequence is not empty before passing any data to the CompositeVerifier for cryptographic validation. If the sequence is empty or null, explicitly reject the payload before it is processed.",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"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": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: PKIX draft CompositeVerifier accepts empty signature sequence as valid"
},
{
"cve": "CVE-2026-5598",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"discovery_date": "2026-04-15T10:01:04.531185+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458635"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA core. A covert timing channel vulnerability, caused by non-constant time comparisons, risks the leakage of private keys in the FrodoKEM implementation. An unauthenticated, remote attacker can potentially exploit this timing discrepancy to gain unauthorized access to sensitive cryptographic information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: private key leakage via non-constant time comparisons",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an unauthenticated attacker needs to send highly specific, malformed ciphertexts to the target server. These payloads are used to interact with the private key of the server in a way that the vulnerable, non-constant time code paths are triggered during the verification step. An attack typically requires sending a large volume of these requests to perform statistical analysis on the resulting timing variations, increasing its complexity.\nThe primary security impact of this vulnerability is the potential leakage of private keys associated with the FrodoKEM implementation. This can compromise encrypted communications or authentication mechanisms.",
"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": [
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
],
"known_not_affected": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5598"
},
{
"category": "external",
"summary": "RHBZ#2458635",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458635"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5598"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5598",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5598"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%905998",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%905998"
}
],
"release_date": "2026-04-15T09:05:56.277000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:24:24+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18054"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement aggressive rate limiting and anomaly detection, specifically looking for unusual, high-frequency cryptographic handshake failures or anomalous traffic patterns targeting endpoints that handle key exchanges in the network logs.",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"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": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: private key leakage via non-constant time comparisons"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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": [
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch"
],
"known_not_affected": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:24:24+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18054"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27446",
"cwe": {
"id": "CWE-306",
"name": "Missing Authentication for Critical Function"
},
"discovery_date": "2026-03-04T07:02:26.064000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444320"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Artemis and Apache ActiveMQ Artemis. An unauthenticated remote attacker can exploit a missing authentication for critical function vulnerability by using the Core protocol. This allows the attacker to force a target broker to establish an outbound Core federation connection to an attacker-controlled rogue broker. The primary consequence is the potential for message injection into any queue and/or message exfiltration from any queue via the rogue broker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.apache.artemis:artemis-server: org.apache.activemq:artemis-server: Apache Artemis, Apache ActiveMQ Artemis: Message injection and exfiltration due to missing authentication",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this flaw as IMPORTANT severity because it does not enable remote code execution or system compromise (arbitrary code execution), which is Red Hat\u0027s threshold for Critical impact. Its impact is limited to message injection and exfiltration via rogue broker federation. Exploitation requires the broker to accept inbound Core protocol connections from untrusted networks with outbound connectivity to attacker-controlled systems. Availability impact is set to None as exploitation does not cause service disruption or broker instability.",
"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": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
],
"known_not_affected": [
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27446"
},
{
"category": "external",
"summary": "RHBZ#2444320",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444320"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27446"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27446",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27446"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/jwpsdc8tdxotm98od8n8n30fqlzoc8gg",
"url": "https://lists.apache.org/thread/jwpsdc8tdxotm98od8n8n30fqlzoc8gg"
}
],
"release_date": "2026-03-04T06:06:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:24:24+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18054"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict Core protocol support on acceptors receiving connections from untrusted sources. The default \"artemis\" acceptor on port 61616 supports all protocols, including Core. Modify the acceptor URL to explicitly exclude the Core protocol using the \"protocols\" URL parameter. Alternatively, configure two-way SSL with certificate-based authentication to prevent unauthenticated exploitation. A service restart or reload may be required for changes to take effect.",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"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": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.apache.artemis:artemis-server: org.apache.activemq:artemis-server: Apache Artemis, Apache ActiveMQ Artemis: Message injection and exfiltration due to missing authentication"
},
{
"cve": "CVE-2026-27727",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-02-25T17:04:31.254239+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442671"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in mchange-commons-java, a Java utility library. An attacker can exploit this vulnerability by providing a maliciously crafted `javax.naming.Reference` or serialized object to an application using the library. This can provoke the application to download and execute arbitrary malicious code due to mchange-commons-java\u0027s independent implementation of Java Naming and Directory Interface (JNDI) dereferencing, which supports remote code loading. This could lead to arbitrary code execution within the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "com.mchange/mchange-commons-java: mchange-commons-java: Arbitrary code execution via JNDI dereferencing of crafted objects",
"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": [
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch"
],
"known_not_affected": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27727"
},
{
"category": "external",
"summary": "RHBZ#2442671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442671"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27727",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27727"
},
{
"category": "external",
"summary": "https://github.com/swaldman/mchange-commons-java/security/advisories/GHSA-m2cm-222f-qw44",
"url": "https://github.com/swaldman/mchange-commons-java/security/advisories/GHSA-m2cm-222f-qw44"
},
{
"category": "external",
"summary": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal",
"url": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#configuring_security",
"url": "https://www.mchange.com/projects/c3p0/#configuring_security"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#security-note",
"url": "https://www.mchange.com/projects/c3p0/#security-note"
}
],
"release_date": "2026-02-25T16:01:04.187000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:24:24+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18054"
},
{
"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": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "com.mchange/mchange-commons-java: mchange-commons-java: Arbitrary code execution via JNDI dereferencing of crafted objects"
},
{
"cve": "CVE-2026-27830",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-02-26T01:01:56.834884+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442908"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in c3p0, a Java Database Connectivity (JDBC) Connection pooling library. This vulnerability allows an attacker to achieve arbitrary code execution by providing maliciously crafted Java-serialized objects or `javax.naming.Reference` instances. By manipulating the `userOverridesAsString` property, an attacker can cause the application to download and execute malicious code from a remote location on its CLASSPATH.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "c3p0: c3p0: Arbitrary Code Execution via deserialization of crafted objects",
"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": [
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch"
],
"known_not_affected": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27830"
},
{
"category": "external",
"summary": "RHBZ#2442908",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442908"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27830",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27830"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27830",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27830"
},
{
"category": "external",
"summary": "https://github.com/swaldman/c3p0/commit/e14cbd8166e423e2e9a9d6f08b2add3433492d6e",
"url": "https://github.com/swaldman/c3p0/commit/e14cbd8166e423e2e9a9d6f08b2add3433492d6e"
},
{
"category": "external",
"summary": "https://github.com/swaldman/c3p0/security/advisories/GHSA-5476-xc4j-rqcv",
"url": "https://github.com/swaldman/c3p0/security/advisories/GHSA-5476-xc4j-rqcv"
},
{
"category": "external",
"summary": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal",
"url": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#configuring_security",
"url": "https://www.mchange.com/projects/c3p0/#configuring_security"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#security-note",
"url": "https://www.mchange.com/projects/c3p0/#security-note"
}
],
"release_date": "2026-02-26T00:45:18.222000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:24:24+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18054"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "c3p0: c3p0: Arbitrary Code Execution via deserialization of crafted objects"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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": [
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src"
],
"known_not_affected": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:24:24+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18054"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-33870",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-03-27T21:01:59.865839+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452453"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. A remote attacker could exploit this vulnerability by sending specially crafted HTTP/1.1 chunked transfer encoding extension values. Due to incorrect parsing of quoted strings, this flaw enables request smuggling attacks, potentially allowing an attacker to bypass security controls or access unauthorized information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-codec-http: Netty: Request smuggling via incorrect parsing of HTTP/1.1 chunked transfer encoding extension values",
"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": [
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
],
"known_not_affected": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33870"
},
{
"category": "external",
"summary": "RHBZ#2452453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452453"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33870",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33870"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33870",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33870"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-pwqr-wmgm-9rr8",
"url": "https://github.com/netty/netty/security/advisories/GHSA-pwqr-wmgm-9rr8"
},
{
"category": "external",
"summary": "https://w4ke.info/2025/06/18/funky-chunks.html",
"url": "https://w4ke.info/2025/06/18/funky-chunks.html"
},
{
"category": "external",
"summary": "https://w4ke.info/2025/10/29/funky-chunks-2.html",
"url": "https://w4ke.info/2025/10/29/funky-chunks-2.html"
},
{
"category": "external",
"summary": "https://www.rfc-editor.org/rfc/rfc9110",
"url": "https://www.rfc-editor.org/rfc/rfc9110"
}
],
"release_date": "2026-03-27T19:54:15.586000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:24:24+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18054"
},
{
"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": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"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": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-codec-http: Netty: Request smuggling via incorrect parsing of HTTP/1.1 chunked transfer encoding extension values"
},
{
"cve": "CVE-2026-33871",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-27T21:02:13.396015+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452456"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. A remote user can trigger a Denial of Service (DoS) against a Netty HTTP/2 server by sending a flood of CONTINUATION frames. The server\u0027s lack of a limit on these frames, coupled with a bypass of size-based mitigations using zero-byte frames, allows an attacker to consume excessive CPU resources. This can render the server unresponsive with minimal bandwidth usage.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: Netty: Denial of Service via HTTP/2 CONTINUATION frame flood",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This important vulnerability in Netty HTTP/2 servers allows a remote attacker to cause a Denial of Service by sending a flood of CONTINUATION frames. This can lead to excessive CPU consumption and render the server unresponsive. Red Hat products utilizing affected Netty versions, such as Red Hat AMQ, Enterprise Application Platform, and OpenShift Container Platform components, are impacted if configured to use HTTP/2.",
"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": [
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
],
"known_not_affected": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33871"
},
{
"category": "external",
"summary": "RHBZ#2452456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33871",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33871"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33871",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33871"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-w9fj-cfpg-grvv",
"url": "https://github.com/netty/netty/security/advisories/GHSA-w9fj-cfpg-grvv"
}
],
"release_date": "2026-03-27T19:55:23.135000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:24:24+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18054"
}
],
"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": [
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.src",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-el8-x86_64-debuginfo-0:2.3.0-1.Final.redhat.00001.1.el8eap.x86_64",
"8Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.noarch",
"8Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el8eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty: Netty: Denial of Service via HTTP/2 CONTINUATION frame flood"
}
]
}
RHSA-2026:18055
Vulnerability from csaf_redhat - Published: 2026-05-18 12:21 - Updated: 2026-05-28 21:34A 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: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src | — |
Workaround
|
A flaw was found in Wildfly Elytron integration. The component does not implement sufficient measures to prevent multiple failed authentication attempts within a short time frame, making it more susceptible to brute force attacks via CLI.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src | — |
Workaround
|
A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcprov. The `LDAPStoreHelper` implementation fails to properly neutralize special elements in user-supplied input before incorporating them into LDAP queries. This allows a remote attacker to execute an LDAP injection attack by supplying crafted input, potentially leading to disclosure of sensitive information or the manipulation of directory search queries.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src | — |
Workaround
|
A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpg. A specially crafted PGP AEAD (Authenticated Encryption with Associated Data) message with an unbounded chunk size can lead to an excessive consumption of memory. This issue allows an unauthenticated remote attacker to cause memory exhaustion in a JVM, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src | — |
Workaround
|
A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpkix. The PKIX draft `CompositeVerifier` implementation improperly accepts an empty signature sequence as a valid cryptographic signature. This issue allows a remote attacker to bypass signature verification mechanisms, potentially compromising the authenticity and integrity of data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA core. A covert timing channel vulnerability, caused by non-constant time comparisons, risks the leakage of private keys in the FrodoKEM implementation. An unauthenticated, remote attacker can potentially exploit this timing discrepancy to gain unauthorized access to sensitive cryptographic information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src | — |
Vendor Fix
fix
|
A flaw was found in Apache Artemis and Apache ActiveMQ Artemis. An unauthenticated remote attacker can exploit a missing authentication for critical function vulnerability by using the Core protocol. This allows the attacker to force a target broker to establish an outbound Core federation connection to an attacker-controlled rogue broker. The primary consequence is the potential for message injection into any queue and/or message exfiltration from any queue via the rogue broker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src | — |
Workaround
|
A flaw was found in mchange-commons-java, a Java utility library. An attacker can exploit this vulnerability by providing a maliciously crafted `javax.naming.Reference` or serialized object to an application using the library. This can provoke the application to download and execute arbitrary malicious code due to mchange-commons-java's independent implementation of Java Naming and Directory Interface (JNDI) dereferencing, which supports remote code loading. This could lead to arbitrary code execution within the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src | — |
Workaround
|
A flaw was found in c3p0, a Java Database Connectivity (JDBC) Connection pooling library. This vulnerability allows an attacker to achieve arbitrary code execution by providing maliciously crafted Java-serialized objects or `javax.naming.Reference` instances. By manipulating the `userOverridesAsString` property, an attacker can cause the application to download and execute malicious code from a remote location on its CLASSPATH.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src | — |
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src | — |
A flaw was found in Netty. A remote attacker could exploit this vulnerability by sending specially crafted HTTP/1.1 chunked transfer encoding extension values. Due to incorrect parsing of quoted strings, this flaw enables request smuggling attacks, potentially allowing an attacker to bypass security controls or access unauthorized information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src | — |
Workaround
|
A flaw was found in Netty. A remote user can trigger a Denial of Service (DoS) against a Netty HTTP/2 server by sending a flood of CONTINUATION frames. The server's lack of a limit on these frames, coupled with a bypass of size-based mitigations using zero-byte frames, allows an attacker to consume excessive CPU resources. This can render the server unresponsive with minimal bandwidth usage.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch | — | ||
| Unresolved product id: 9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src | — |
{
"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 security update is now available for Red Hat JBoss Enterprise Application Platform 8.1 for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat JBoss Enterprise Application Platform 8 is a platform for Java applications based on the WildFly application runtime. This release of Red Hat JBoss Enterprise Application Platform 8.1.6 serves as a replacement for Red Hat JBoss Enterprise Application Platform 8.1.5, and includes bug fixes and enhancements. See the Red Hat JBoss Enterprise Application Platform 8.1.6 Release Notes for information about the most significant bug fixes and enhancements included in this release.\n\nSecurity Fix(es):\n\n* bcprov-jdk18on: GOSTCTR implementation unable to process more than 255 blocks correctly (CVE-2025-14813)\n\n*bouncycastle: BC-JAVA: GOSTCTR implementation unable to process more than 255 blocks correctly (CVE-2025-14813)\n\n* bouncycastle: BC-JAVA: unbounded PGP AEAD chunk size leads to pre-auth resource exhaustion (CVE-2026-3505)\n\n* bouncycastle: BC-JAVA: PKIX draft CompositeVerifier accepts empty signature sequence as valid (CVE-2026-5588)\n\n* bcprov-ext-jdk15on: LDAP injection vulnerability in LDAPStoreHelper.java (CVE-2026-0636)\n* bcprov-jdk12: private key leakage via non-constant time comparisons (CVE-2026-5598)\n\n* netty-codec-http: Netty: Denial of Service via HTTP/2 CONTINUATION frame flood (CVE-2026-33871)\n\n* netty-codec-http: Netty: Request smuggling via incorrect parsing of HTTP/1.1 chunked transfer encoding extension values (CVE-2026-33870)\n\n* artemis-server: Apache Artemis, Apache ActiveMQ Artemis: Message injection and exfiltration due to missing authentication (CVE-2026-27446)\n\n* org.hibernate.orm/hibernate-c3p0: c3p0: Arbitrary Code Execution via deserialization of crafted objects (CVE-2026-27830)\n\n* org.keycloak-keycloak-parent: Minimatch: Denial of Service via catastrophic backtracking in glob expressions (CVE-2026-27904)\n\n* mchange-commons-java: mchange-commons-java: Arbitrary code execution via JNDI dereferencing of crafted objects (CVE-2026-27727)\n\n* io.hawt-project: minimatch: Denial of Service via specially crafted glob patterns (CVE-2026-26996)\n\n* wildfly-elytron-integration: Wildfly Elytron Brute Force Attack via CLI (CVE-2025-23368)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:18055",
"url": "https://access.redhat.com/errata/RHSA-2026:18055"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1",
"url": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1/html/release_notes_for_red_hat_jboss_enterprise_application_platform_8.1/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1/html/release_notes_for_red_hat_jboss_enterprise_application_platform_8.1/index"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1/html/red_hat_jboss_enterprise_application_platform_installation_methods/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1/html/red_hat_jboss_enterprise_application_platform_installation_methods/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/articles/7134190",
"url": "https://access.redhat.com/articles/7134190"
},
{
"category": "external",
"summary": "2337621",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337621"
},
{
"category": "external",
"summary": "2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "2442671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442671"
},
{
"category": "external",
"summary": "2442908",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442908"
},
{
"category": "external",
"summary": "2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "2444320",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444320"
},
{
"category": "external",
"summary": "2452453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452453"
},
{
"category": "external",
"summary": "2452456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452456"
},
{
"category": "external",
"summary": "2458634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458634"
},
{
"category": "external",
"summary": "2458635",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458635"
},
{
"category": "external",
"summary": "2458638",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458638"
},
{
"category": "external",
"summary": "2458640",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458640"
},
{
"category": "external",
"summary": "2458641",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458641"
},
{
"category": "external",
"summary": "JBEAP-29032",
"url": "https://issues.redhat.com/browse/JBEAP-29032"
},
{
"category": "external",
"summary": "JBEAP-31314",
"url": "https://issues.redhat.com/browse/JBEAP-31314"
},
{
"category": "external",
"summary": "JBEAP-31468",
"url": "https://issues.redhat.com/browse/JBEAP-31468"
},
{
"category": "external",
"summary": "JBEAP-31868",
"url": "https://issues.redhat.com/browse/JBEAP-31868"
},
{
"category": "external",
"summary": "JBEAP-31874",
"url": "https://issues.redhat.com/browse/JBEAP-31874"
},
{
"category": "external",
"summary": "JBEAP-32025",
"url": "https://issues.redhat.com/browse/JBEAP-32025"
},
{
"category": "external",
"summary": "JBEAP-32028",
"url": "https://issues.redhat.com/browse/JBEAP-32028"
},
{
"category": "external",
"summary": "JBEAP-32064",
"url": "https://issues.redhat.com/browse/JBEAP-32064"
},
{
"category": "external",
"summary": "JBEAP-32075",
"url": "https://issues.redhat.com/browse/JBEAP-32075"
},
{
"category": "external",
"summary": "JBEAP-32078",
"url": "https://issues.redhat.com/browse/JBEAP-32078"
},
{
"category": "external",
"summary": "JBEAP-32084",
"url": "https://issues.redhat.com/browse/JBEAP-32084"
},
{
"category": "external",
"summary": "JBEAP-32123",
"url": "https://issues.redhat.com/browse/JBEAP-32123"
},
{
"category": "external",
"summary": "JBEAP-32209",
"url": "https://issues.redhat.com/browse/JBEAP-32209"
},
{
"category": "external",
"summary": "JBEAP-32212",
"url": "https://issues.redhat.com/browse/JBEAP-32212"
},
{
"category": "external",
"summary": "JBEAP-32266",
"url": "https://issues.redhat.com/browse/JBEAP-32266"
},
{
"category": "external",
"summary": "JBEAP-32293",
"url": "https://issues.redhat.com/browse/JBEAP-32293"
},
{
"category": "external",
"summary": "JBEAP-32295",
"url": "https://issues.redhat.com/browse/JBEAP-32295"
},
{
"category": "external",
"summary": "JBEAP-32339",
"url": "https://issues.redhat.com/browse/JBEAP-32339"
},
{
"category": "external",
"summary": "JBEAP-32350",
"url": "https://issues.redhat.com/browse/JBEAP-32350"
},
{
"category": "external",
"summary": "JBEAP-32415",
"url": "https://issues.redhat.com/browse/JBEAP-32415"
},
{
"category": "external",
"summary": "JBEAP-32481",
"url": "https://issues.redhat.com/browse/JBEAP-32481"
},
{
"category": "external",
"summary": "JBEAP-32486",
"url": "https://issues.redhat.com/browse/JBEAP-32486"
},
{
"category": "external",
"summary": "JBEAP-32544",
"url": "https://issues.redhat.com/browse/JBEAP-32544"
},
{
"category": "external",
"summary": "JBEAP-32601",
"url": "https://issues.redhat.com/browse/JBEAP-32601"
},
{
"category": "external",
"summary": "JBEAP-32687",
"url": "https://issues.redhat.com/browse/JBEAP-32687"
},
{
"category": "external",
"summary": "JBEAP-32755",
"url": "https://issues.redhat.com/browse/JBEAP-32755"
},
{
"category": "external",
"summary": "JBEAP-32773",
"url": "https://issues.redhat.com/browse/JBEAP-32773"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_18055.json"
}
],
"title": "Red Hat Security Advisory: Red Hat JBoss Enterprise Application Platform 8.1.6 security update",
"tracking": {
"current_release_date": "2026-05-28T21:34:42+00:00",
"generator": {
"date": "2026-05-28T21:34:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:18055",
"initial_release_date": "2026-05-18T12:21:38+00:00",
"revision_history": [
{
"date": "2026-05-18T12:21:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-18T12:21:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T21:34:42+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat JBoss EAP 8.1 for RHEL 9",
"product": {
"name": "Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat JBoss Enterprise Application Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-openssl-el9-x86_64@2.3.0-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hal-console@3.7.19-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"product_id": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-eap-product-conf-parent@801.6.0-1.GA_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"product_id": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-bouncycastle@1.84.0-1.redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"product_id": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jctools@4.0.6-1.redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"product": {
"name": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"product_id": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis@2.40.0-6.redhat_00012.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"product_id": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-guava-failureaccess@1.0.3-1.redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate@6.6.48-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-logging@3.6.2-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"product": {
"name": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"product_id": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-guava-libraries@33.0.0-3.jre_redhat_00004.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-http-client@2.1.4-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"product_id": "eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-angus@2.0.5-1.redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"product": {
"name": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"product_id": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-javadocs@8.1.1-10.GA_redhat_00017.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"product_id": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-reactivex-rxjava@3.1.12-1.redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-openssl@2.3.0-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-transport-native-epoll@4.1.132-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search@7.2.6-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"product_id": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jakarta-activation@2.1.4-1.redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-metadata@16.1.0-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"product_id": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty@4.1.132-1.Final_redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"product": {
"name": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"product_id": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-client-config@1.0.1-4.Final_redhat_00002.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"product_id": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-angus-activation@2.0.3-1.redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src",
"product": {
"name": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src",
"product_id": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-yasson@3.0.4-5.redhat_00007.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"product": {
"name": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"product_id": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-plexus-utils@3.6.1-1.redhat_00001.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"product": {
"name": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"product_id": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly@8.1.6-5.GA_redhat_00007.1.el9eap?arch=src"
}
}
},
{
"category": "product_version",
"name": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"product": {
"name": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"product_id": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-reactivex-rxjava2@2.2.21-5.redhat_00003.1.el9eap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"product": {
"name": "eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"product_id": "eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-openssl-el9-x86_64@2.3.0-1.Final_redhat_00001.1.el9eap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"product": {
"name": "eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"product_id": "eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-openssl-el9-x86_64-debuginfo@2.3.0-1.Final_redhat_00001.1.el9eap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"product": {
"name": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"product_id": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-transport-native-epoll@4.1.132-1.Final_redhat_00001.1.el9eap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"product": {
"name": "eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"product_id": "eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-transport-native-epoll-debuginfo@4.1.132-1.Final_redhat_00001.1.el9eap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hal-console@3.7.19-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-eap-product-conf-parent@801.6.0-1.GA_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-eap-product-conf-wildfly-ee-feature-pack@801.6.0-1.GA_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-bouncycastle@1.84.0-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-bouncycastle-jmail@1.84.0-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-bouncycastle-pg@1.84.0-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-bouncycastle-pkix@1.84.0-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-bouncycastle-prov@1.84.0-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-bouncycastle-util@1.84.0-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jctools@4.0.6-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jctools-core@4.0.6-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product": {
"name": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_id": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis@2.40.0-6.redhat_00012.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product": {
"name": "eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_id": "eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-cli@2.40.0-6.redhat_00012.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product": {
"name": "eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_id": "eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-commons@2.40.0-6.redhat_00012.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product": {
"name": "eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_id": "eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-core-client@2.40.0-6.redhat_00012.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product": {
"name": "eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_id": "eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-dto@2.40.0-6.redhat_00012.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product": {
"name": "eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_id": "eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-hornetq-protocol@2.40.0-6.redhat_00012.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product": {
"name": "eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_id": "eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-hqclient-protocol@2.40.0-6.redhat_00012.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product": {
"name": "eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_id": "eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-jakarta-client@2.40.0-6.redhat_00012.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product": {
"name": "eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_id": "eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-jakarta-ra@2.40.0-6.redhat_00012.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product": {
"name": "eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_id": "eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-jakarta-server@2.40.0-6.redhat_00012.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product": {
"name": "eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_id": "eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-jakarta-service-extensions@2.40.0-6.redhat_00012.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product": {
"name": "eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_id": "eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-jdbc-store@2.40.0-6.redhat_00012.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product": {
"name": "eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_id": "eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-journal@2.40.0-6.redhat_00012.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product": {
"name": "eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_id": "eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-selector@2.40.0-6.redhat_00012.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product": {
"name": "eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_id": "eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-activemq-artemis-server@2.40.0-6.redhat_00012.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-guava-failureaccess@1.0.3-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate@6.6.48-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-core@6.6.48-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-envers@6.6.48-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-logging@3.6.2-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"product": {
"name": "eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"product_id": "eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-guava@33.0.0-3.jre_redhat_00004.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"product": {
"name": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"product_id": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-guava-libraries@33.0.0-3.jre_redhat_00004.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-http-client-common@2.1.4-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-http-ejb-client@2.1.4-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-http-naming-client@2.1.4-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-http-transaction-client@2.1.4-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-angus-mail@2.0.5-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"product_id": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-javadocs@8.1.1-10.GA_redhat_00017.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-reactivex-rxjava@3.1.12-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-openssl@2.3.0-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-openssl-java@2.3.0-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search@7.2.6-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search-backend-elasticsearch@7.2.6-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search-backend-lucene@7.2.6-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search-engine@7.2.6-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search-mapper-orm@7.2.6-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search-mapper-pojo-base@7.2.6-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-hibernate-search-util-common@7.2.6-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jakarta-activation@2.1.4-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-metadata@16.1.0-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-metadata-appclient@16.1.0-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-metadata-common@16.1.0-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-metadata-ear@16.1.0-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-metadata-ejb@16.1.0-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-jboss-metadata-web@16.1.0-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty@4.1.132-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-buffer@4.1.132-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-codec@4.1.132-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-codec-dns@4.1.132-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-codec-http@4.1.132-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-codec-socks@4.1.132-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-common@4.1.132-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-handler@4.1.132-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-handler-proxy@4.1.132-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-resolver@4.1.132-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-resolver-dns@4.1.132-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-transport@4.1.132-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-transport-classes-epoll@4.1.132-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_id": "eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-netty-transport-native-unix-common@4.1.132-1.Final_redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"product_id": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-client-config@1.0.1-4.Final_redhat_00002.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-angus-activation@2.0.3-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"product": {
"name": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"product_id": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-yasson@3.0.4-5.redhat_00007.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"product": {
"name": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"product_id": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-plexus-utils@3.6.1-1.redhat_00001.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"product_id": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly@8.1.6-5.GA_redhat_00007.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"product_id": "eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-java-jdk17@8.1.6-5.GA_redhat_00007.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"product_id": "eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-java-jdk21@8.1.6-5.GA_redhat_00007.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"product": {
"name": "eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"product_id": "eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-wildfly-modules@8.1.6-5.GA_redhat_00007.1.el9eap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"product": {
"name": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"product_id": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/eap8-reactivex-rxjava2@2.2.21-5.redhat_00003.1.el9eap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
},
"product_reference": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src"
},
"product_reference": "eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
},
"product_reference": "eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
},
"product_reference": "eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
},
"product_reference": "eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
},
"product_reference": "eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
},
"product_reference": "eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
},
"product_reference": "eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
},
"product_reference": "eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
},
"product_reference": "eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
},
"product_reference": "eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
},
"product_reference": "eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
},
"product_reference": "eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
},
"product_reference": "eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
},
"product_reference": "eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
},
"product_reference": "eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch"
},
"product_reference": "eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch"
},
"product_reference": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src"
},
"product_reference": "eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64"
},
"product_reference": "eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64 as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64"
},
"product_reference": "eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch"
},
"product_reference": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src"
},
"product_reference": "eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src"
},
"product_reference": "eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src"
},
"product_reference": "eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src"
},
"product_reference": "eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src"
},
"product_reference": "eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64"
},
"product_reference": "eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64 as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64"
},
"product_reference": "eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch"
},
"product_reference": "eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch"
},
"product_reference": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"relates_to_product_reference": "9Base-JBEAP-8.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src as a component of Red Hat JBoss EAP 8.1 for RHEL 9",
"product_id": "9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
},
"product_reference": "eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src",
"relates_to_product_reference": "9Base-JBEAP-8.1"
}
]
},
"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": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"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": [
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch"
],
"known_not_affected": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
},
"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-05-18T12:21:38+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18055"
},
{
"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": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"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": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: GOSTCTR implementation unable to process more than 255 blocks correctly"
},
{
"acknowledgments": [
{
"names": [
"Claudia Bartolini",
"Marco Ventura",
"Massimiliano Brolli"
],
"organization": "TIM S.p.A"
}
],
"cve": "CVE-2025-23368",
"cwe": {
"id": "CWE-307",
"name": "Improper Restriction of Excessive Authentication Attempts"
},
"discovery_date": "2025-01-14T14:56:46.792000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2337621"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Wildfly Elytron integration. The component does not implement sufficient measures to prevent multiple failed authentication attempts within a short time frame, making it more susceptible to brute force attacks via CLI.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.wildfly.core:wildfly-elytron-integration: Wildfly Elytron Brute Force Attack via CLI",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "According to WildFly Elytron, this affects all versions of JBoss EAP from version 7.1.\nRed Hat build of Keycloak does not ship wildfly-elytron.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch"
],
"known_not_affected": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-23368"
},
{
"category": "external",
"summary": "RHBZ#2337621",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337621"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-23368",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23368"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-23368",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-23368"
},
{
"category": "external",
"summary": "https://www.gruppotim.it/it/footer/red-team.html",
"url": "https://www.gruppotim.it/it/footer/red-team.html"
}
],
"release_date": "2025-03-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:21:38+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18055"
},
{
"category": "workaround",
"details": "The effectiveness of an attack will also be dependent on the complexity of the usernames and passwords defined for the target installation.",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"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": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.wildfly.core:wildfly-elytron-integration: Wildfly Elytron Brute Force Attack via CLI"
},
{
"cve": "CVE-2026-0636",
"cwe": {
"id": "CWE-90",
"name": "Improper Neutralization of Special Elements used in an LDAP Query (\u0027LDAP Injection\u0027)"
},
"discovery_date": "2026-04-15T10:01:32.911938+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458641"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcprov. The `LDAPStoreHelper` implementation fails to properly neutralize special elements in user-supplied input before incorporating them into LDAP queries. This allows a remote attacker to execute an LDAP injection attack by supplying crafted input, potentially leading to disclosure of sensitive information or the manipulation of directory search queries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: LDAP injection vulnerability in LDAPStoreHelper.java",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to submit crafted input to an application using the `LDAPStoreHelper` implementation for directory queries. An attack typically requires the application to pass the malicious input directly into a search filter, allowing the attacker to modify the resulting LDAP query.\nThe primary impact of this vulnerability is the loss of confidentiality and integrity for directory data. This can allow an attacker to bypass search restrictions and manipulate directory results, potentially leading to unauthorized access or privilege escalation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch"
],
"known_not_affected": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0636"
},
{
"category": "external",
"summary": "RHBZ#2458641",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458641"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0636"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0636",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0636"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/commit/d20cdb8430e09224114fec0179a71859929fcbde",
"url": "https://github.com/bcgit/bc-java/commit/d20cdb8430e09224114fec0179a71859929fcbde"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%900636",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%900636"
}
],
"release_date": "2026-04-15T08:59:12.677000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:21:38+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18055"
},
{
"category": "workaround",
"details": "To mitigate this flaw, sanitize all user-supplied input to remove or escape LDAP special characters before passing it to the LDAPStoreHelper for directory queries. If the input contains unexpected metacharacters such as asterisks, parentheses or backslashes, reject the request or escape the characters.",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: LDAP injection vulnerability in LDAPStoreHelper.java"
},
{
"cve": "CVE-2026-3505",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-15T10:01:17.415497+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458638"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpg. A specially crafted PGP AEAD (Authenticated Encryption with Associated Data) message with an unbounded chunk size can lead to an excessive consumption of memory. This issue allows an unauthenticated remote attacker to cause memory exhaustion in a JVM, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: unbounded PGP AEAD chunk size leads to pre-auth resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to submit a specially crafted PGP AEAD message containing an unbounded chunk size to an application. An attack typically requires the application to process this malformed data, resulting in the uncontrolled allocation of memory resources.\nThe primary impact of this vulnerability is a compromise of system availability, allowing an unauthenticated remote attacker to cause memory exhaustion in a JVM, resulting in a denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch"
],
"known_not_affected": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3505"
},
{
"category": "external",
"summary": "RHBZ#2458638",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458638"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3505",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3505"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3505",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3505"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%903505",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%903505"
}
],
"release_date": "2026-04-15T09:06:37.939000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:21:38+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18055"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, enforce payload size limits on all incoming PGP messages before processing them. Additionally, apply memory quotas to the JVM or container environment to prevent a complete system outage in the event of memory exhaustion.",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: unbounded PGP AEAD chunk size leads to pre-auth resource exhaustion"
},
{
"cve": "CVE-2026-5588",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-04-15T10:00:59.672015+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458634"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpkix. The PKIX draft `CompositeVerifier` implementation improperly accepts an empty signature sequence as a valid cryptographic signature. This issue allows a remote attacker to bypass signature verification mechanisms, potentially compromising the authenticity and integrity of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: PKIX draft CompositeVerifier accepts empty signature sequence as valid",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to submit a crafted payload or token containing an empty signature sequence to an application using the `CompositeVerifier` for cryptographic validation. An attack typically requires the application to process this malformed data and improperly accept the empty sequence as a valid signature, bypassing standard verification checks.\nThe primary impact of this vulnerability is the compromise of data authenticity and integrity, allowing an attacker to forge digital signatures and impersonate trusted entities.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5588"
},
{
"category": "external",
"summary": "RHBZ#2458634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458634"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5588",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5588"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5588",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5588"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%905588",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%905588"
}
],
"release_date": "2026-04-15T09:06:15.617000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:21:38+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18055"
},
{
"category": "workaround",
"details": "To mitigate this flaw, check that the signature sequence is not empty before passing any data to the CompositeVerifier for cryptographic validation. If the sequence is empty or null, explicitly reject the payload before it is processed.",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"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": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: PKIX draft CompositeVerifier accepts empty signature sequence as valid"
},
{
"cve": "CVE-2026-5598",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"discovery_date": "2026-04-15T10:01:04.531185+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458635"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA core. A covert timing channel vulnerability, caused by non-constant time comparisons, risks the leakage of private keys in the FrodoKEM implementation. An unauthenticated, remote attacker can potentially exploit this timing discrepancy to gain unauthorized access to sensitive cryptographic information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: private key leakage via non-constant time comparisons",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an unauthenticated attacker needs to send highly specific, malformed ciphertexts to the target server. These payloads are used to interact with the private key of the server in a way that the vulnerable, non-constant time code paths are triggered during the verification step. An attack typically requires sending a large volume of these requests to perform statistical analysis on the resulting timing variations, increasing its complexity.\nThe primary security impact of this vulnerability is the potential leakage of private keys associated with the FrodoKEM implementation. This can compromise encrypted communications or authentication mechanisms.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch"
],
"known_not_affected": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5598"
},
{
"category": "external",
"summary": "RHBZ#2458635",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458635"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5598"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5598",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5598"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%905998",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%905998"
}
],
"release_date": "2026-04-15T09:05:56.277000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:21:38+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18055"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement aggressive rate limiting and anomaly detection, specifically looking for unusual, high-frequency cryptographic handshake failures or anomalous traffic patterns targeting endpoints that handle key exchanges in the network logs.",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"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": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: private key leakage via non-constant time comparisons"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:21:38+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18055"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27446",
"cwe": {
"id": "CWE-306",
"name": "Missing Authentication for Critical Function"
},
"discovery_date": "2026-03-04T07:02:26.064000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444320"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Artemis and Apache ActiveMQ Artemis. An unauthenticated remote attacker can exploit a missing authentication for critical function vulnerability by using the Core protocol. This allows the attacker to force a target broker to establish an outbound Core federation connection to an attacker-controlled rogue broker. The primary consequence is the potential for message injection into any queue and/or message exfiltration from any queue via the rogue broker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.apache.artemis:artemis-server: org.apache.activemq:artemis-server: Apache Artemis, Apache ActiveMQ Artemis: Message injection and exfiltration due to missing authentication",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this flaw as IMPORTANT severity because it does not enable remote code execution or system compromise (arbitrary code execution), which is Red Hat\u0027s threshold for Critical impact. Its impact is limited to message injection and exfiltration via rogue broker federation. Exploitation requires the broker to accept inbound Core protocol connections from untrusted networks with outbound connectivity to attacker-controlled systems. Availability impact is set to None as exploitation does not cause service disruption or broker instability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
],
"known_not_affected": [
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27446"
},
{
"category": "external",
"summary": "RHBZ#2444320",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444320"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27446"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27446",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27446"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/jwpsdc8tdxotm98od8n8n30fqlzoc8gg",
"url": "https://lists.apache.org/thread/jwpsdc8tdxotm98od8n8n30fqlzoc8gg"
}
],
"release_date": "2026-03-04T06:06:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:21:38+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18055"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict Core protocol support on acceptors receiving connections from untrusted sources. The default \"artemis\" acceptor on port 61616 supports all protocols, including Core. Modify the acceptor URL to explicitly exclude the Core protocol using the \"protocols\" URL parameter. Alternatively, configure two-way SSL with certificate-based authentication to prevent unauthenticated exploitation. A service restart or reload may be required for changes to take effect.",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"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": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.apache.artemis:artemis-server: org.apache.activemq:artemis-server: Apache Artemis, Apache ActiveMQ Artemis: Message injection and exfiltration due to missing authentication"
},
{
"cve": "CVE-2026-27727",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-02-25T17:04:31.254239+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442671"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in mchange-commons-java, a Java utility library. An attacker can exploit this vulnerability by providing a maliciously crafted `javax.naming.Reference` or serialized object to an application using the library. This can provoke the application to download and execute arbitrary malicious code due to mchange-commons-java\u0027s independent implementation of Java Naming and Directory Interface (JNDI) dereferencing, which supports remote code loading. This could lead to arbitrary code execution within the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "com.mchange/mchange-commons-java: mchange-commons-java: Arbitrary code execution via JNDI dereferencing of crafted objects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch"
],
"known_not_affected": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27727"
},
{
"category": "external",
"summary": "RHBZ#2442671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442671"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27727",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27727"
},
{
"category": "external",
"summary": "https://github.com/swaldman/mchange-commons-java/security/advisories/GHSA-m2cm-222f-qw44",
"url": "https://github.com/swaldman/mchange-commons-java/security/advisories/GHSA-m2cm-222f-qw44"
},
{
"category": "external",
"summary": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal",
"url": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#configuring_security",
"url": "https://www.mchange.com/projects/c3p0/#configuring_security"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#security-note",
"url": "https://www.mchange.com/projects/c3p0/#security-note"
}
],
"release_date": "2026-02-25T16:01:04.187000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:21:38+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18055"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "com.mchange/mchange-commons-java: mchange-commons-java: Arbitrary code execution via JNDI dereferencing of crafted objects"
},
{
"cve": "CVE-2026-27830",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-02-26T01:01:56.834884+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442908"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in c3p0, a Java Database Connectivity (JDBC) Connection pooling library. This vulnerability allows an attacker to achieve arbitrary code execution by providing maliciously crafted Java-serialized objects or `javax.naming.Reference` instances. By manipulating the `userOverridesAsString` property, an attacker can cause the application to download and execute malicious code from a remote location on its CLASSPATH.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "c3p0: c3p0: Arbitrary Code Execution via deserialization of crafted objects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch"
],
"known_not_affected": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27830"
},
{
"category": "external",
"summary": "RHBZ#2442908",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442908"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27830",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27830"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27830",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27830"
},
{
"category": "external",
"summary": "https://github.com/swaldman/c3p0/commit/e14cbd8166e423e2e9a9d6f08b2add3433492d6e",
"url": "https://github.com/swaldman/c3p0/commit/e14cbd8166e423e2e9a9d6f08b2add3433492d6e"
},
{
"category": "external",
"summary": "https://github.com/swaldman/c3p0/security/advisories/GHSA-5476-xc4j-rqcv",
"url": "https://github.com/swaldman/c3p0/security/advisories/GHSA-5476-xc4j-rqcv"
},
{
"category": "external",
"summary": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal",
"url": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#configuring_security",
"url": "https://www.mchange.com/projects/c3p0/#configuring_security"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#security-note",
"url": "https://www.mchange.com/projects/c3p0/#security-note"
}
],
"release_date": "2026-02-26T00:45:18.222000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:21:38+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18055"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "c3p0: c3p0: Arbitrary Code Execution via deserialization of crafted objects"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src"
],
"known_not_affected": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:21:38+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18055"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-33870",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-03-27T21:01:59.865839+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452453"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. A remote attacker could exploit this vulnerability by sending specially crafted HTTP/1.1 chunked transfer encoding extension values. Due to incorrect parsing of quoted strings, this flaw enables request smuggling attacks, potentially allowing an attacker to bypass security controls or access unauthorized information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-codec-http: Netty: Request smuggling via incorrect parsing of HTTP/1.1 chunked transfer encoding extension values",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
],
"known_not_affected": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33870"
},
{
"category": "external",
"summary": "RHBZ#2452453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452453"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33870",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33870"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33870",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33870"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-pwqr-wmgm-9rr8",
"url": "https://github.com/netty/netty/security/advisories/GHSA-pwqr-wmgm-9rr8"
},
{
"category": "external",
"summary": "https://w4ke.info/2025/06/18/funky-chunks.html",
"url": "https://w4ke.info/2025/06/18/funky-chunks.html"
},
{
"category": "external",
"summary": "https://w4ke.info/2025/10/29/funky-chunks-2.html",
"url": "https://w4ke.info/2025/10/29/funky-chunks-2.html"
},
{
"category": "external",
"summary": "https://www.rfc-editor.org/rfc/rfc9110",
"url": "https://www.rfc-editor.org/rfc/rfc9110"
}
],
"release_date": "2026-03-27T19:54:15.586000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:21:38+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18055"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"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": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-codec-http: Netty: Request smuggling via incorrect parsing of HTTP/1.1 chunked transfer encoding extension values"
},
{
"cve": "CVE-2026-33871",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-27T21:02:13.396015+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452456"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. A remote user can trigger a Denial of Service (DoS) against a Netty HTTP/2 server by sending a flood of CONTINUATION frames. The server\u0027s lack of a limit on these frames, coupled with a bypass of size-based mitigations using zero-byte frames, allows an attacker to consume excessive CPU resources. This can render the server unresponsive with minimal bandwidth usage.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: Netty: Denial of Service via HTTP/2 CONTINUATION frame flood",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This important vulnerability in Netty HTTP/2 servers allows a remote attacker to cause a Denial of Service by sending a flood of CONTINUATION frames. This can lead to excessive CPU consumption and render the server unresponsive. Red Hat products utilizing affected Netty versions, such as Red Hat AMQ, Enterprise Application Platform, and OpenShift Container Platform components, are impacted if configured to use HTTP/2.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
],
"known_not_affected": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33871"
},
{
"category": "external",
"summary": "RHBZ#2452456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33871",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33871"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33871",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33871"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-w9fj-cfpg-grvv",
"url": "https://github.com/netty/netty/security/advisories/GHSA-w9fj-cfpg-grvv"
}
],
"release_date": "2026-03-27T19:55:23.135000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:21:38+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18055"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-0:2.40.0-6.redhat_00012.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-activemq-artemis-cli-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-commons-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-core-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-dto-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hornetq-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-hqclient-protocol-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-client-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-ra-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jakarta-service-extensions-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-jdbc-store-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-journal-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-selector-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-activemq-artemis-server-0:2.40.0-6.redhat_00012.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-0:2.0.5-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-angus-activation-0:2.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-angus-mail-0:2.0.5-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-0:1.84.0-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-bouncycastle-jmail-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pg-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-pkix-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-prov-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-bouncycastle-util-0:1.84.0-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-eap-product-conf-parent-0:801.6.0-1.GA_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-eap-product-conf-wildfly-ee-feature-pack-0:801.6.0-1.GA_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-failureaccess-0:1.0.3-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-guava-libraries-0:33.0.0-3.jre_redhat_00004.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hal-console-0:3.7.19-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-0:6.6.48-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-core-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-envers-0:6.6.48-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-0:7.2.6-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-elasticsearch-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-backend-lucene-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-engine-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-orm-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-mapper-pojo-base-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-hibernate-search-util-common-0:7.2.6-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jakarta-activation-0:2.1.4-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-logging-0:3.6.2-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-0:16.1.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jboss-metadata-appclient-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-common-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ear-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-ejb-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jboss-metadata-web-0:16.1.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-jctools-0:4.0.6-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-jctools-core-0:4.0.6-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-buffer-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-http-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-codec-socks-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-handler-proxy-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-resolver-dns-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-classes-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-epoll-debuginfo-0:4.1.132-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-netty-transport-native-unix-common-0:4.1.132-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-plexus-utils-0:3.6.1-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava-0:3.1.12-1.redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-reactivex-rxjava2-0:2.2.21-5.redhat_00003.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-0:8.1.6-5.GA_redhat_00007.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-client-config-0:1.0.1-4.Final_redhat_00002.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-http-client-common-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-ejb-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-naming-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-http-transaction-client-0:2.1.4-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk17-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-java-jdk21-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-javadocs-0:8.1.1-10.GA_redhat_00017.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-modules-0:8.1.6-5.GA_redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.src",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-el9-x86_64-debuginfo-0:2.3.0-1.Final_redhat_00001.1.el9eap.x86_64",
"9Base-JBEAP-8.1:eap8-wildfly-openssl-java-0:2.3.0-1.Final_redhat_00001.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.noarch",
"9Base-JBEAP-8.1:eap8-yasson-0:3.0.4-5.redhat_00007.1.el9eap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty: Netty: Denial of Service via HTTP/2 CONTINUATION frame flood"
}
]
}
RHSA-2026:18059
Vulnerability from csaf_redhat - Published: 2026-05-18 12:12 - Updated: 2026-05-28 21:34A 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 |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform 8.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Wildfly Elytron integration. The component does not implement sufficient measures to prevent multiple failed authentication attempts within a short time frame, making it more susceptible to brute force attacks via CLI.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform 8.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcprov. The `LDAPStoreHelper` implementation fails to properly neutralize special elements in user-supplied input before incorporating them into LDAP queries. This allows a remote attacker to execute an LDAP injection attack by supplying crafted input, potentially leading to disclosure of sensitive information or the manipulation of directory search queries.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform 8.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpg. A specially crafted PGP AEAD (Authenticated Encryption with Associated Data) message with an unbounded chunk size can lead to an excessive consumption of memory. This issue allows an unauthenticated remote attacker to cause memory exhaustion in a JVM, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform 8.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpkix. The PKIX draft `CompositeVerifier` implementation improperly accepts an empty signature sequence as a valid cryptographic signature. This issue allows a remote attacker to bypass signature verification mechanisms, potentially compromising the authenticity and integrity of data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform 8.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA core. A covert timing channel vulnerability, caused by non-constant time comparisons, risks the leakage of private keys in the FrodoKEM implementation. An unauthenticated, remote attacker can potentially exploit this timing discrepancy to gain unauthorized access to sensitive cryptographic information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform 8.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform 8.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Apache Artemis and Apache ActiveMQ Artemis. An unauthenticated remote attacker can exploit a missing authentication for critical function vulnerability by using the Core protocol. This allows the attacker to force a target broker to establish an outbound Core federation connection to an attacker-controlled rogue broker. The primary consequence is the potential for message injection into any queue and/or message exfiltration from any queue via the rogue broker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform 8.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in mchange-commons-java, a Java utility library. An attacker can exploit this vulnerability by providing a maliciously crafted `javax.naming.Reference` or serialized object to an application using the library. This can provoke the application to download and execute arbitrary malicious code due to mchange-commons-java's independent implementation of Java Naming and Directory Interface (JNDI) dereferencing, which supports remote code loading. This could lead to arbitrary code execution within the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform 8.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in c3p0, a Java Database Connectivity (JDBC) Connection pooling library. This vulnerability allows an attacker to achieve arbitrary code execution by providing maliciously crafted Java-serialized objects or `javax.naming.Reference` instances. By manipulating the `userOverridesAsString` property, an attacker can cause the application to download and execute malicious code from a remote location on its CLASSPATH.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform 8.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9
|
— |
Vendor Fix
fix
|
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform 8.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Netty. A remote attacker could exploit this vulnerability by sending specially crafted HTTP/1.1 chunked transfer encoding extension values. Due to incorrect parsing of quoted strings, this flaw enables request smuggling attacks, potentially allowing an attacker to bypass security controls or access unauthorized information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform 8.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty. A remote user can trigger a Denial of Service (DoS) against a Netty HTTP/2 server by sending a flood of CONTINUATION frames. The server's lack of a limit on these frames, coupled with a bypass of size-based mitigations using zero-byte frames, allows an attacker to consume excessive CPU resources. This can render the server unresponsive with minimal bandwidth usage.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat JBoss Enterprise Application Platform 8.1
Red Hat / Red Hat JBoss Enterprise Application Platform
|
cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9
|
— |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "A security update is now available for Red Hat JBoss Enterprise Application Platform 8.1 for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat JBoss Enterprise Application Platform 8 is a platform for Java applications based on the WildFly application runtime. This release of Red Hat JBoss Enterprise Application Platform 8.1.6 serves as a replacement for Red Hat JBoss Enterprise Application Platform 8.1.5, and includes bug fixes and enhancements. See the Red Hat JBoss Enterprise Application Platform 8.1.6 Release Notes for information about the most significant bug fixes and enhancements included in this release.\n\nSecurity Fix(es):\n\n* bcpg-fips: unbounded PGP AEAD chunk size leads to pre-auth resource exhaustion (CVE-2026-3505)\n\n* bcpkix-fips: PKIX draft CompositeVerifier accepts empty signature sequence as valid (CVE-2026-5588)\n\n* bcprov-jdk18on: LDAP injection vulnerability in LDAPStoreHelper.java (CVE-2026-0636)\n\n* bcprov-jdk18on: GOSTCTR implementation unable to process more than 255 blocks correctly (CVE-2025-14813)\n\n* bcprov-jdk12: private key leakage via non-constant time comparisons (CVE-2026-5598)\n\n* netty-codec-http: Netty: Denial of Service via HTTP/2 CONTINUATION frame flood (CVE-2026-33871)\n\n* netty-codec-http: Netty: Request smuggling via incorrect parsing of HTTP/1.1 chunked transfer encoding extension values (CVE-2026-33870)\n\n* artemis-server: Apache Artemis, Apache ActiveMQ Artemis: Message injection and exfiltration due to missing authentication (CVE-2026-27446)\n\n* org.hibernate.orm/hibernate-c3p0: c3p0: Arbitrary Code Execution via deserialization of crafted objects (CVE-2026-27830)\n\n* org.keycloak-keycloak-parent: Minimatch: Denial of Service via catastrophic backtracking in glob expressions (CVE-2026-27904)\n\n* mchange-commons-java: mchange-commons-java: Arbitrary code execution via JNDI dereferencing of crafted objects (CVE-2026-27727)\n\n* io.hawt-project: minimatch: Denial of Service via specially crafted glob patterns (CVE-2026-26996)\n\n* wildfly-elytron-integration: Wildfly Elytron Brute Force Attack via CLI (CVE-2025-23368)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:18059",
"url": "https://access.redhat.com/errata/RHSA-2026:18059"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1",
"url": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1/html/release_notes_for_red_hat_jboss_enterprise_application_platform_8.1/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.1/html/release_notes_for_red_hat_jboss_enterprise_application_platform_8.1/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/articles/7137769",
"url": "https://access.redhat.com/articles/7137769"
},
{
"category": "external",
"summary": "2337621",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337621"
},
{
"category": "external",
"summary": "2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "2442671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442671"
},
{
"category": "external",
"summary": "2442908",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442908"
},
{
"category": "external",
"summary": "2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "2444320",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444320"
},
{
"category": "external",
"summary": "2452453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452453"
},
{
"category": "external",
"summary": "2452456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452456"
},
{
"category": "external",
"summary": "2458634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458634"
},
{
"category": "external",
"summary": "2458635",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458635"
},
{
"category": "external",
"summary": "2458638",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458638"
},
{
"category": "external",
"summary": "2458640",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458640"
},
{
"category": "external",
"summary": "2458641",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458641"
},
{
"category": "external",
"summary": "JBEAP-29032",
"url": "https://issues.redhat.com/browse/JBEAP-29032"
},
{
"category": "external",
"summary": "JBEAP-31314",
"url": "https://issues.redhat.com/browse/JBEAP-31314"
},
{
"category": "external",
"summary": "JBEAP-31468",
"url": "https://issues.redhat.com/browse/JBEAP-31468"
},
{
"category": "external",
"summary": "JBEAP-31868",
"url": "https://issues.redhat.com/browse/JBEAP-31868"
},
{
"category": "external",
"summary": "JBEAP-31874",
"url": "https://issues.redhat.com/browse/JBEAP-31874"
},
{
"category": "external",
"summary": "JBEAP-32025",
"url": "https://issues.redhat.com/browse/JBEAP-32025"
},
{
"category": "external",
"summary": "JBEAP-32028",
"url": "https://issues.redhat.com/browse/JBEAP-32028"
},
{
"category": "external",
"summary": "JBEAP-32064",
"url": "https://issues.redhat.com/browse/JBEAP-32064"
},
{
"category": "external",
"summary": "JBEAP-32078",
"url": "https://issues.redhat.com/browse/JBEAP-32078"
},
{
"category": "external",
"summary": "JBEAP-32084",
"url": "https://issues.redhat.com/browse/JBEAP-32084"
},
{
"category": "external",
"summary": "JBEAP-32123",
"url": "https://issues.redhat.com/browse/JBEAP-32123"
},
{
"category": "external",
"summary": "JBEAP-32209",
"url": "https://issues.redhat.com/browse/JBEAP-32209"
},
{
"category": "external",
"summary": "JBEAP-32212",
"url": "https://issues.redhat.com/browse/JBEAP-32212"
},
{
"category": "external",
"summary": "JBEAP-32266",
"url": "https://issues.redhat.com/browse/JBEAP-32266"
},
{
"category": "external",
"summary": "JBEAP-32293",
"url": "https://issues.redhat.com/browse/JBEAP-32293"
},
{
"category": "external",
"summary": "JBEAP-32295",
"url": "https://issues.redhat.com/browse/JBEAP-32295"
},
{
"category": "external",
"summary": "JBEAP-32339",
"url": "https://issues.redhat.com/browse/JBEAP-32339"
},
{
"category": "external",
"summary": "JBEAP-32350",
"url": "https://issues.redhat.com/browse/JBEAP-32350"
},
{
"category": "external",
"summary": "JBEAP-32415",
"url": "https://issues.redhat.com/browse/JBEAP-32415"
},
{
"category": "external",
"summary": "JBEAP-32481",
"url": "https://issues.redhat.com/browse/JBEAP-32481"
},
{
"category": "external",
"summary": "JBEAP-32486",
"url": "https://issues.redhat.com/browse/JBEAP-32486"
},
{
"category": "external",
"summary": "JBEAP-32544",
"url": "https://issues.redhat.com/browse/JBEAP-32544"
},
{
"category": "external",
"summary": "JBEAP-32601",
"url": "https://issues.redhat.com/browse/JBEAP-32601"
},
{
"category": "external",
"summary": "JBEAP-32687",
"url": "https://issues.redhat.com/browse/JBEAP-32687"
},
{
"category": "external",
"summary": "JBEAP-32755",
"url": "https://issues.redhat.com/browse/JBEAP-32755"
},
{
"category": "external",
"summary": "JBEAP-32773",
"url": "https://issues.redhat.com/browse/JBEAP-32773"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_18059.json"
}
],
"title": "Red Hat Security Advisory: Red Hat JBoss Enterprise Application Platform 8.1.6 security update",
"tracking": {
"current_release_date": "2026-05-28T21:34:42+00:00",
"generator": {
"date": "2026-05-28T21:34:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:18059",
"initial_release_date": "2026-05-18T12:12:14+00:00",
"revision_history": [
{
"date": "2026-05-18T12:12:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-18T12:12:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T21:34:42+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat JBoss Enterprise Application Platform 8.1",
"product": {
"name": "Red Hat JBoss Enterprise Application Platform 8.1",
"product_id": "Red Hat JBoss Enterprise Application Platform 8.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat JBoss Enterprise Application Platform"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"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",
"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 JBoss Enterprise Application Platform 8.1"
]
},
"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-05-18T12:12:14+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18059"
},
{
"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 JBoss Enterprise Application Platform 8.1"
]
}
],
"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 JBoss Enterprise Application Platform 8.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: GOSTCTR implementation unable to process more than 255 blocks correctly"
},
{
"acknowledgments": [
{
"names": [
"Claudia Bartolini",
"Marco Ventura",
"Massimiliano Brolli"
],
"organization": "TIM S.p.A"
}
],
"cve": "CVE-2025-23368",
"cwe": {
"id": "CWE-307",
"name": "Improper Restriction of Excessive Authentication Attempts"
},
"discovery_date": "2025-01-14T14:56:46.792000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2337621"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Wildfly Elytron integration. The component does not implement sufficient measures to prevent multiple failed authentication attempts within a short time frame, making it more susceptible to brute force attacks via CLI.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.wildfly.core:wildfly-elytron-integration: Wildfly Elytron Brute Force Attack via CLI",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "According to WildFly Elytron, this affects all versions of JBoss EAP from version 7.1.\nRed Hat build of Keycloak does not ship wildfly-elytron.",
"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 JBoss Enterprise Application Platform 8.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-23368"
},
{
"category": "external",
"summary": "RHBZ#2337621",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337621"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-23368",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23368"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-23368",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-23368"
},
{
"category": "external",
"summary": "https://www.gruppotim.it/it/footer/red-team.html",
"url": "https://www.gruppotim.it/it/footer/red-team.html"
}
],
"release_date": "2025-03-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:12:14+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18059"
},
{
"category": "workaround",
"details": "The effectiveness of an attack will also be dependent on the complexity of the usernames and passwords defined for the target installation.",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
]
}
],
"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 JBoss Enterprise Application Platform 8.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.wildfly.core:wildfly-elytron-integration: Wildfly Elytron Brute Force Attack via CLI"
},
{
"cve": "CVE-2026-0636",
"cwe": {
"id": "CWE-90",
"name": "Improper Neutralization of Special Elements used in an LDAP Query (\u0027LDAP Injection\u0027)"
},
"discovery_date": "2026-04-15T10:01:32.911938+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458641"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcprov. The `LDAPStoreHelper` implementation fails to properly neutralize special elements in user-supplied input before incorporating them into LDAP queries. This allows a remote attacker to execute an LDAP injection attack by supplying crafted input, potentially leading to disclosure of sensitive information or the manipulation of directory search queries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: LDAP injection vulnerability in LDAPStoreHelper.java",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to submit crafted input to an application using the `LDAPStoreHelper` implementation for directory queries. An attack typically requires the application to pass the malicious input directly into a search filter, allowing the attacker to modify the resulting LDAP query.\nThe primary impact of this vulnerability is the loss of confidentiality and integrity for directory data. This can allow an attacker to bypass search restrictions and manipulate directory results, potentially leading to unauthorized access or privilege escalation.",
"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 JBoss Enterprise Application Platform 8.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0636"
},
{
"category": "external",
"summary": "RHBZ#2458641",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458641"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0636"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0636",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0636"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/commit/d20cdb8430e09224114fec0179a71859929fcbde",
"url": "https://github.com/bcgit/bc-java/commit/d20cdb8430e09224114fec0179a71859929fcbde"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%900636",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%900636"
}
],
"release_date": "2026-04-15T08:59:12.677000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:12:14+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18059"
},
{
"category": "workaround",
"details": "To mitigate this flaw, sanitize all user-supplied input to remove or escape LDAP special characters before passing it to the LDAPStoreHelper for directory queries. If the input contains unexpected metacharacters such as asterisks, parentheses or backslashes, reject the request or escape the characters.",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat JBoss Enterprise Application Platform 8.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: LDAP injection vulnerability in LDAPStoreHelper.java"
},
{
"cve": "CVE-2026-3505",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-15T10:01:17.415497+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458638"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpg. A specially crafted PGP AEAD (Authenticated Encryption with Associated Data) message with an unbounded chunk size can lead to an excessive consumption of memory. This issue allows an unauthenticated remote attacker to cause memory exhaustion in a JVM, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: unbounded PGP AEAD chunk size leads to pre-auth resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to submit a specially crafted PGP AEAD message containing an unbounded chunk size to an application. An attack typically requires the application to process this malformed data, resulting in the uncontrolled allocation of memory resources.\nThe primary impact of this vulnerability is a compromise of system availability, allowing an unauthenticated remote attacker to cause memory exhaustion in a JVM, resulting in a denial of service.",
"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 JBoss Enterprise Application Platform 8.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3505"
},
{
"category": "external",
"summary": "RHBZ#2458638",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458638"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3505",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3505"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3505",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3505"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%903505",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%903505"
}
],
"release_date": "2026-04-15T09:06:37.939000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:12:14+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18059"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, enforce payload size limits on all incoming PGP messages before processing them. Additionally, apply memory quotas to the JVM or container environment to prevent a complete system outage in the event of memory exhaustion.",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
]
}
],
"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 JBoss Enterprise Application Platform 8.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: unbounded PGP AEAD chunk size leads to pre-auth resource exhaustion"
},
{
"cve": "CVE-2026-5588",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-04-15T10:00:59.672015+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458634"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpkix. The PKIX draft `CompositeVerifier` implementation improperly accepts an empty signature sequence as a valid cryptographic signature. This issue allows a remote attacker to bypass signature verification mechanisms, potentially compromising the authenticity and integrity of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: PKIX draft CompositeVerifier accepts empty signature sequence as valid",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to submit a crafted payload or token containing an empty signature sequence to an application using the `CompositeVerifier` for cryptographic validation. An attack typically requires the application to process this malformed data and improperly accept the empty sequence as a valid signature, bypassing standard verification checks.\nThe primary impact of this vulnerability is the compromise of data authenticity and integrity, allowing an attacker to forge digital signatures and impersonate trusted entities.",
"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 JBoss Enterprise Application Platform 8.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5588"
},
{
"category": "external",
"summary": "RHBZ#2458634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458634"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5588",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5588"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5588",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5588"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%905588",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%905588"
}
],
"release_date": "2026-04-15T09:06:15.617000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:12:14+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18059"
},
{
"category": "workaround",
"details": "To mitigate this flaw, check that the signature sequence is not empty before passing any data to the CompositeVerifier for cryptographic validation. If the sequence is empty or null, explicitly reject the payload before it is processed.",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
]
}
],
"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 JBoss Enterprise Application Platform 8.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: PKIX draft CompositeVerifier accepts empty signature sequence as valid"
},
{
"cve": "CVE-2026-5598",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"discovery_date": "2026-04-15T10:01:04.531185+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458635"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA core. A covert timing channel vulnerability, caused by non-constant time comparisons, risks the leakage of private keys in the FrodoKEM implementation. An unauthenticated, remote attacker can potentially exploit this timing discrepancy to gain unauthorized access to sensitive cryptographic information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: private key leakage via non-constant time comparisons",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an unauthenticated attacker needs to send highly specific, malformed ciphertexts to the target server. These payloads are used to interact with the private key of the server in a way that the vulnerable, non-constant time code paths are triggered during the verification step. An attack typically requires sending a large volume of these requests to perform statistical analysis on the resulting timing variations, increasing its complexity.\nThe primary security impact of this vulnerability is the potential leakage of private keys associated with the FrodoKEM implementation. This can compromise encrypted communications or authentication mechanisms.",
"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 JBoss Enterprise Application Platform 8.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5598"
},
{
"category": "external",
"summary": "RHBZ#2458635",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458635"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5598"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5598",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5598"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%905998",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%905998"
}
],
"release_date": "2026-04-15T09:05:56.277000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:12:14+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18059"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement aggressive rate limiting and anomaly detection, specifically looking for unusual, high-frequency cryptographic handshake failures or anomalous traffic patterns targeting endpoints that handle key exchanges in the network logs.",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
]
}
],
"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 JBoss Enterprise Application Platform 8.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: private key leakage via non-constant time comparisons"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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 JBoss Enterprise Application Platform 8.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:12:14+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18059"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat JBoss Enterprise Application Platform 8.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27446",
"cwe": {
"id": "CWE-306",
"name": "Missing Authentication for Critical Function"
},
"discovery_date": "2026-03-04T07:02:26.064000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444320"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Artemis and Apache ActiveMQ Artemis. An unauthenticated remote attacker can exploit a missing authentication for critical function vulnerability by using the Core protocol. This allows the attacker to force a target broker to establish an outbound Core federation connection to an attacker-controlled rogue broker. The primary consequence is the potential for message injection into any queue and/or message exfiltration from any queue via the rogue broker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.apache.artemis:artemis-server: org.apache.activemq:artemis-server: Apache Artemis, Apache ActiveMQ Artemis: Message injection and exfiltration due to missing authentication",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this flaw as IMPORTANT severity because it does not enable remote code execution or system compromise (arbitrary code execution), which is Red Hat\u0027s threshold for Critical impact. Its impact is limited to message injection and exfiltration via rogue broker federation. Exploitation requires the broker to accept inbound Core protocol connections from untrusted networks with outbound connectivity to attacker-controlled systems. Availability impact is set to None as exploitation does not cause service disruption or broker instability.",
"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 JBoss Enterprise Application Platform 8.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27446"
},
{
"category": "external",
"summary": "RHBZ#2444320",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444320"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27446"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27446",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27446"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/jwpsdc8tdxotm98od8n8n30fqlzoc8gg",
"url": "https://lists.apache.org/thread/jwpsdc8tdxotm98od8n8n30fqlzoc8gg"
}
],
"release_date": "2026-03-04T06:06:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:12:14+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18059"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict Core protocol support on acceptors receiving connections from untrusted sources. The default \"artemis\" acceptor on port 61616 supports all protocols, including Core. Modify the acceptor URL to explicitly exclude the Core protocol using the \"protocols\" URL parameter. Alternatively, configure two-way SSL with certificate-based authentication to prevent unauthenticated exploitation. A service restart or reload may be required for changes to take effect.",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
]
}
],
"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 JBoss Enterprise Application Platform 8.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.apache.artemis:artemis-server: org.apache.activemq:artemis-server: Apache Artemis, Apache ActiveMQ Artemis: Message injection and exfiltration due to missing authentication"
},
{
"cve": "CVE-2026-27727",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-02-25T17:04:31.254239+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442671"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in mchange-commons-java, a Java utility library. An attacker can exploit this vulnerability by providing a maliciously crafted `javax.naming.Reference` or serialized object to an application using the library. This can provoke the application to download and execute arbitrary malicious code due to mchange-commons-java\u0027s independent implementation of Java Naming and Directory Interface (JNDI) dereferencing, which supports remote code loading. This could lead to arbitrary code execution within the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "com.mchange/mchange-commons-java: mchange-commons-java: Arbitrary code execution via JNDI dereferencing of crafted objects",
"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 JBoss Enterprise Application Platform 8.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27727"
},
{
"category": "external",
"summary": "RHBZ#2442671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442671"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27727",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27727"
},
{
"category": "external",
"summary": "https://github.com/swaldman/mchange-commons-java/security/advisories/GHSA-m2cm-222f-qw44",
"url": "https://github.com/swaldman/mchange-commons-java/security/advisories/GHSA-m2cm-222f-qw44"
},
{
"category": "external",
"summary": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal",
"url": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#configuring_security",
"url": "https://www.mchange.com/projects/c3p0/#configuring_security"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#security-note",
"url": "https://www.mchange.com/projects/c3p0/#security-note"
}
],
"release_date": "2026-02-25T16:01:04.187000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:12:14+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18059"
},
{
"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 JBoss Enterprise Application Platform 8.1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat JBoss Enterprise Application Platform 8.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "com.mchange/mchange-commons-java: mchange-commons-java: Arbitrary code execution via JNDI dereferencing of crafted objects"
},
{
"cve": "CVE-2026-27830",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-02-26T01:01:56.834884+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442908"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in c3p0, a Java Database Connectivity (JDBC) Connection pooling library. This vulnerability allows an attacker to achieve arbitrary code execution by providing maliciously crafted Java-serialized objects or `javax.naming.Reference` instances. By manipulating the `userOverridesAsString` property, an attacker can cause the application to download and execute malicious code from a remote location on its CLASSPATH.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "c3p0: c3p0: Arbitrary Code Execution via deserialization of crafted objects",
"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 JBoss Enterprise Application Platform 8.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27830"
},
{
"category": "external",
"summary": "RHBZ#2442908",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442908"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27830",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27830"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27830",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27830"
},
{
"category": "external",
"summary": "https://github.com/swaldman/c3p0/commit/e14cbd8166e423e2e9a9d6f08b2add3433492d6e",
"url": "https://github.com/swaldman/c3p0/commit/e14cbd8166e423e2e9a9d6f08b2add3433492d6e"
},
{
"category": "external",
"summary": "https://github.com/swaldman/c3p0/security/advisories/GHSA-5476-xc4j-rqcv",
"url": "https://github.com/swaldman/c3p0/security/advisories/GHSA-5476-xc4j-rqcv"
},
{
"category": "external",
"summary": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal",
"url": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#configuring_security",
"url": "https://www.mchange.com/projects/c3p0/#configuring_security"
},
{
"category": "external",
"summary": "https://www.mchange.com/projects/c3p0/#security-note",
"url": "https://www.mchange.com/projects/c3p0/#security-note"
}
],
"release_date": "2026-02-26T00:45:18.222000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:12:14+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18059"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat JBoss Enterprise Application Platform 8.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "c3p0: c3p0: Arbitrary Code Execution via deserialization of crafted objects"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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 JBoss Enterprise Application Platform 8.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:12:14+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18059"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat JBoss Enterprise Application Platform 8.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-33870",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-03-27T21:01:59.865839+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452453"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. A remote attacker could exploit this vulnerability by sending specially crafted HTTP/1.1 chunked transfer encoding extension values. Due to incorrect parsing of quoted strings, this flaw enables request smuggling attacks, potentially allowing an attacker to bypass security controls or access unauthorized information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-codec-http: Netty: Request smuggling via incorrect parsing of HTTP/1.1 chunked transfer encoding extension values",
"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 JBoss Enterprise Application Platform 8.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33870"
},
{
"category": "external",
"summary": "RHBZ#2452453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452453"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33870",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33870"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33870",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33870"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-pwqr-wmgm-9rr8",
"url": "https://github.com/netty/netty/security/advisories/GHSA-pwqr-wmgm-9rr8"
},
{
"category": "external",
"summary": "https://w4ke.info/2025/06/18/funky-chunks.html",
"url": "https://w4ke.info/2025/06/18/funky-chunks.html"
},
{
"category": "external",
"summary": "https://w4ke.info/2025/10/29/funky-chunks-2.html",
"url": "https://w4ke.info/2025/10/29/funky-chunks-2.html"
},
{
"category": "external",
"summary": "https://www.rfc-editor.org/rfc/rfc9110",
"url": "https://www.rfc-editor.org/rfc/rfc9110"
}
],
"release_date": "2026-03-27T19:54:15.586000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:12:14+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18059"
},
{
"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 JBoss Enterprise Application Platform 8.1"
]
}
],
"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 JBoss Enterprise Application Platform 8.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-codec-http: Netty: Request smuggling via incorrect parsing of HTTP/1.1 chunked transfer encoding extension values"
},
{
"cve": "CVE-2026-33871",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-27T21:02:13.396015+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452456"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. A remote user can trigger a Denial of Service (DoS) against a Netty HTTP/2 server by sending a flood of CONTINUATION frames. The server\u0027s lack of a limit on these frames, coupled with a bypass of size-based mitigations using zero-byte frames, allows an attacker to consume excessive CPU resources. This can render the server unresponsive with minimal bandwidth usage.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: Netty: Denial of Service via HTTP/2 CONTINUATION frame flood",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This important vulnerability in Netty HTTP/2 servers allows a remote attacker to cause a Denial of Service by sending a flood of CONTINUATION frames. This can lead to excessive CPU consumption and render the server unresponsive. Red Hat products utilizing affected Netty versions, such as Red Hat AMQ, Enterprise Application Platform, and OpenShift Container Platform components, are impacted if configured to use HTTP/2.",
"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 JBoss Enterprise Application Platform 8.1"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33871"
},
{
"category": "external",
"summary": "RHBZ#2452456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33871",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33871"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33871",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33871"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-w9fj-cfpg-grvv",
"url": "https://github.com/netty/netty/security/advisories/GHSA-w9fj-cfpg-grvv"
}
],
"release_date": "2026-03-27T19:55:23.135000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-18T12:12:14+00:00",
"details": "Before applying the update, make sure all previously released errata relevant to your system have been applied. Also, back up your existing installation, including all applications, configuration files, databases and database settings. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat JBoss Enterprise Application Platform 8.1"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18059"
}
],
"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 JBoss Enterprise Application Platform 8.1"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty: Netty: Denial of Service via HTTP/2 CONTINUATION frame flood"
}
]
}
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.